MCPcopy Index your code
hub / github.com/devspace-sh/devspace / Matches

Method Matches

helper/server/ignoreparser/ignoreparser.go:16–16  ·  view source on GitHub ↗

Matches returns if the given relative path matches the ignore parser

(relativePath string, isDir bool)

Source from the content-addressed store, hash-verified

14type IgnoreParser interface {
15 // Matches returns if the given relative path matches the ignore parser
16 Matches(relativePath string, isDir bool) bool
17
18 // RequireFullScan is useful for optimization, since if an ignore parser has no
19 // general negate patterns, we can skip certain sub trees that do are ignored

Callers 15

matchesSelectorFunction · 0.65
UpdateMethod · 0.65
AddToArchiveMethod · 0.65
tarFolderMethod · 0.65
startUpstreamMethod · 0.65
initialSyncMethod · 0.65
shouldRemoveRemoteFunction · 0.65
shouldUploadFunction · 0.65
evaluateChangeMethod · 0.65
AddSymlinkMethod · 0.65
RunMethod · 0.65
deltaStateMethod · 0.65

Implementers 1

ignoreParserhelper/server/ignoreparser/ignoreparse

Calls

no outgoing calls

Tested by

no test coverage detected