MCPcopy Create free account
hub / github.com/CPChain/chain / Close

Method Close

database/memdb.go:71–71  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

69}
70
71func (db *MemDatabase) Close() {}
72
73func (db *MemDatabase) NewBatch() Batch {
74 return &memBatch{db: db}

Callers 2

TestMemDatabaseFuncsFunction · 0.95
testChainIndexerFunction · 0.95

Calls

no outgoing calls

Tested by 2

TestMemDatabaseFuncsFunction · 0.76
testChainIndexerFunction · 0.76