Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/CodisLabs/codis
/ GroupDir
Function
GroupDir
pkg/models/store.go:41–43 ·
view source on GitHub ↗
(product string)
Source
from the content-addressed store, hash-verified
39
}
40
41
func
GroupDir(product string) string {
42
return
filepath.Join(CodisDir, product,
"group"
)
43
}
44
45
func
ProxyDir(product string) string {
46
return
filepath.Join(CodisDir, product,
"proxy"
)
Callers
1
GroupDir
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected