MCPcopy Index your code
hub / github.com/apache/devlake / dbStore

Struct dbStore

backend/plugins/org/api/store.go:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39type dbStore struct {
40 db dal.Dal
41 driver *helper.BatchSaveDivider
42}
43
44func NewDbStore(db dal.Dal, basicRes context.BasicRes) *dbStore {
45 driver := helper.NewBatchSaveDivider(basicRes, 1000, "", "")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected