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

Struct CompositePathMatcher

pkg/watch/notify.go:102–104  ·  pkg/watch/notify.go::CompositePathMatcher

Source from the content-addressed store, hash-verified

100}
101
102type CompositePathMatcher struct {
103 Matchers []PathMatcher
104}
105
106func NewCompositeMatcher(matchers ...PathMatcher) PathMatcher {
107 if len(matchers) == 0 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected