Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/CodisLabs/codis
/ ProxyPath
Method
ProxyPath
pkg/models/store.go:110–112 ·
view source on GitHub ↗
(token string)
Source
from the content-addressed store, hash-verified
108
}
109
110
func
(s *Store) ProxyPath(token string) string {
111
return
ProxyPath(s.product, token)
112
}
113
114
func
(s *Store) SentinelPath() string {
115
return
SentinelPath(s.product)
Callers
3
LoadProxy
Method · 0.95
UpdateProxy
Method · 0.95
DeleteProxy
Method · 0.95
Calls
1
ProxyPath
Function · 0.85
Tested by
no test coverage detected