Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/CodisLabs/codis
/ GroupPath
Method
GroupPath
pkg/models/store.go:106–108 ·
view source on GitHub ↗
(gid int)
Source
from the content-addressed store, hash-verified
104
}
105
106
func
(s *Store) GroupPath(gid int) string {
107
return
GroupPath(s.product, gid)
108
}
109
110
func
(s *Store) ProxyPath(token string) string {
111
return
ProxyPath(s.product, token)
Callers
3
LoadGroup
Method · 0.95
UpdateGroup
Method · 0.95
DeleteGroup
Method · 0.95
Calls
1
GroupPath
Function · 0.85
Tested by
no test coverage detected