MCPcopy Create free account
hub / github.com/OpenAtomFoundation/SmartIDE / Glob

Method Glob

cli/pkg/k8s/filespec.go:67–69  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65}
66
67func (p localPath) Glob() (matches []string, err error) {
68 return filepath.Glob(p.file)
69}
70
71func (p localPath) StripSlashes() localPath {
72 return newLocalPath(stripLeadingSlash(p.file))

Callers 3

NewIncludeFunction · 0.80
SparseCheckoutMethod · 0.80
newK8sConfigFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected