MCPcopy Create free account
hub / github.com/docker/compose / Matches

Method Matches

pkg/watch/notify.go:78–78  ·  view source on GitHub ↗
(f string)

Source from the content-addressed store, hash-verified

76type EmptyMatcher struct{}
77
78func (EmptyMatcher) Matches(f string) (bool, error) { return false, nil }
79func (EmptyMatcher) MatchesEntireDir(f string) (bool, error) { return false, nil }
80
81var _ PathMatcher = EmptyMatcher{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected