MCPcopy
hub / github.com/cli/cli / escapeGlob

Function escapeGlob

git/client.go:1018–1020  ·  view source on GitHub ↗
(p string)

Source from the content-addressed store, hash-verified

1016)
1017
1018func escapeGlob(p string) string {
1019 return globReplacer.Replace(p)
1020}

Callers 1

TrackingBranchNamesMethod · 0.85

Calls 1

ReplaceMethod · 0.80

Tested by

no test coverage detected