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

Method removeMeta

worker/dbms.go:579–582  ·  view source on GitHub ↗
(dbID proto.DatabaseID)

Source from the content-addressed store, hash-verified

577}
578
579func (dbms *DBMS) removeMeta(dbID proto.DatabaseID) (err error) {
580 dbms.dbMap.Delete(dbID)
581 return dbms.writeMeta()
582}
583
584func (dbms *DBMS) checkPermission(addr proto.AccountAddress,
585 dbID proto.DatabaseID, queryType types.QueryType, queries []types.Query) (err error) {

Callers 2

CreateMethod · 0.95
DropMethod · 0.95

Calls 2

writeMetaMethod · 0.95
DeleteMethod · 0.80

Tested by

no test coverage detected