Base returns the last element of the path.
| 25 | |
| 26 | // Base returns the last element of the path. |
| 27 | type Base struct{} |
| 28 | |
| 29 | func (f Base) Call(args []interface{}) (interface{}, bool) { |
| 30 | if len(args) < 1 { |
nothing calls this directly
no outgoing calls
no test coverage detected