Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1018
func
escapeGlob(p string) string {
1019
return
globReplacer.Replace(p)
1020
}
Callers
1
TrackingBranchNames
Method · 0.85
Calls
1
Replace
Method · 0.80
Tested by
no test coverage detected