MCPcopy 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
22func newGroupDB(dir string) *groupDB {
23 return &groupDB{root: dir}
24}
25
26func (g *groupDB) start() error {
27 path := fmt.Sprintf("%s/%s", g.root, util.GroupDBPath)

Callers 1

NewStoreFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected