MCPcopy Index your code
hub / github.com/CovenantSQL/CovenantSQL / NewDBMSMeta

Function NewDBMSMeta

worker/dbms_meta.go:29–33  ·  view source on GitHub ↗

NewDBMSMeta returns new DBMSMeta struct.

()

Source from the content-addressed store, hash-verified

27
28// NewDBMSMeta returns new DBMSMeta struct.
29func NewDBMSMeta() (meta *DBMSMeta) {
30 return &DBMSMeta{
31 DBS: make(map[proto.DatabaseID]bool),
32 }
33}

Callers 2

readMetaMethod · 0.85
writeMetaMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected