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

Struct AnyMatcher

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

AnyMatcher is a PathMatcher to match any path

Source from the content-addressed store, hash-verified

66
67// AnyMatcher is a PathMatcher to match any path
68type AnyMatcher struct{}
69
70func (AnyMatcher) Matches(f string) (bool, error) { return true, nil }
71func (AnyMatcher) MatchesEntireDir(f string) (bool, error) { return true, nil }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected