Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CPChain/chain
/ Write
Method
Write
database/leveldb.go:191–193 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
189
}
190
191
func
(tb *tableBatch) Write() error {
192
return
tb.batch.Write()
193
}
194
195
func
(tb *tableBatch) ValueSize() int {
196
return
tb.batch.ValueSize()
Callers
nothing calls this directly
Calls
1
Write
Method · 0.65
Tested by
no test coverage detected