Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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.
29
func
NewDBMSMeta() (meta *DBMSMeta) {
30
return
&DBMSMeta{
31
DBS: make(
map
[proto.DatabaseID]bool),
32
}
33
}
Callers
2
readMeta
Method · 0.85
writeMeta
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected