MCPcopy
hub / github.com/docker/compose / MatchesEntireDir

Method MatchesEntireDir

pkg/watch/notify.go:64–64  ·  view source on GitHub ↗

If this matches the entire dir, we can often optimize filetree walks a bit.

(file string)

Source from the content-addressed store, hash-verified

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

Callers 1

MatchesEntireDirMethod · 0.65

Implementers 4

AnyMatcherpkg/watch/notify.go
EmptyMatcherpkg/watch/notify.go
CompositePathMatcherpkg/watch/notify.go
dockerPathMatcherpkg/watch/dockerignore.go

Calls

no outgoing calls

Tested by

no test coverage detected