Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1080
func
escapeGlob(p string) string {
1081
return
globReplacer.Replace(p)
1082
}
Callers
1
TrackingBranchNames
Method · 0.85
Calls
1
Replace
Method · 0.80
Tested by
no test coverage detected