Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/github/github-mcp-server
/ cacheKey
Function
cacheKey
pkg/lockdown/lockdown.go:308–310 ·
view source on GitHub ↗
(owner, repo string)
Source
from the content-addressed store, hash-verified
306
}
307
308
func
cacheKey(owner, repo string) string {
309
return
fmt.Sprintf(
"%s/%s"
, strings.ToLower(owner), strings.ToLower(repo))
310
}
Callers
1
getRepoAccessInfo
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected