MCPcopy
hub / github.com/apache/devlake / Database

Struct Database

backend/plugins/gitextractor/store/database.go:34–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32const BathSize = 100
33
34type Database struct {
35 driver *helper.BatchSaveDivider
36 table string
37 params string
38}
39
40func NewDatabase(basicRes context.BasicRes, repoId string) *Database {
41

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected