IsAbs reports whether the path is absolute.
| 22 | |
| 23 | // IsAbs reports whether the path is absolute. |
| 24 | type IsAbs struct{} |
| 25 | |
| 26 | func (f IsAbs) Call(args []interface{}) (interface{}, bool) { |
| 27 | if len(args) < 1 { |
nothing calls this directly
no outgoing calls
no test coverage detected