If this matches the entire dir, we can often optimize filetree walks a bit.
(file string)
| 62 | |
| 63 | // If this matches the entire dir, we can often optimize filetree walks a bit. |
| 64 | MatchesEntireDir(file string) (bool, error) |
| 65 | } |
| 66 | |
| 67 | // AnyMatcher is a PathMatcher to match any path |
no outgoing calls
no test coverage detected