Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dearcode/candy
/ newGroupDB
Function
newGroupDB
store/group.go:22–24 ·
view source on GitHub ↗
(dir string)
Source
from the content-addressed store, hash-verified
20
}
21
22
func
newGroupDB(dir string) *groupDB {
23
return
&groupDB{root: dir}
24
}
25
26
func
(g *groupDB) start() error {
27
path := fmt.Sprintf(
"%s/%s"
, g.root, util.GroupDBPath)
Callers
1
NewStore
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected