MCPcopy Create free account
hub / github.com/cli/cli / escapeGlob

Function escapeGlob

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

Source from the content-addressed store, hash-verified

1078)
1079
1080func escapeGlob(p string) string {
1081 return globReplacer.Replace(p)
1082}

Callers 1

TrackingBranchNamesMethod · 0.85

Calls 1

ReplaceMethod · 0.80

Tested by

no test coverage detected