struct
Analyzer::Swift::Hummingbird::RouteHit
- Analyzer::Swift::Hummingbird::RouteHit
- Struct
- Value
- Object
Overview
A route hit discovered by the chain scanner.
Defined in:
analyzer/analyzers/swift/hummingbird.crConstructors
Instance Method Summary
- #clone
- #copy_with(method _method = @method, path _path = @path, line_index _line_index = @line_index, handler _handler = @handler)
- #handler : String | Nil
- #line_index : Int32
- #method : String
- #path : String
Constructor Detail
Instance Method Detail
def copy_with(method _method = @method, path _path = @path, line_index _line_index = @line_index, handler _handler = @handler)
#