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

Struct dockerPathMatcher

pkg/watch/dockerignore.go:34–37  ·  pkg/watch/dockerignore.go::dockerPathMatcher

Source from the content-addressed store, hash-verified

32)
33
34type dockerPathMatcher struct {
35 repoRoot string
36 matcher *patternmatcher.PatternMatcher
37}
38
39func (i dockerPathMatcher) Matches(f string) (bool, error) {
40 if !filepath.IsAbs(f) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected