Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
71
func
(db *MemDatabase) Close() {}
72
73
func
(db *MemDatabase) NewBatch() Batch {
74
return
&memBatch{db: db}
Callers
2
TestMemDatabaseFuncs
Function · 0.95
testChainIndexer
Function · 0.95
Calls
no outgoing calls
Tested by
2
TestMemDatabaseFuncs
Function · 0.76
testChainIndexer
Function · 0.76