Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CPChain/chain
/ TrieDB
Method
TrieDB
core/state/database.go:59–59 ·
view source on GitHub ↗
TrieDB retrieves the low level trie database used for data storage.
()
Source
from the content-addressed store, hash-verified
57
58
// TrieDB retrieves the low level trie database used for data storage.
59
TrieDB() *trie.Database
60
}
61
62
// Trie is a Ethereum Merkle Trie.
Callers
15
traceChain
Method · 0.95
computeStateDB
Method · 0.95
GenerateChain
Function · 0.65
ToBlock
Method · 0.65
FastSyncCommitHead
Method · 0.65
TrieNode
Method · 0.65
CommitStateDB
Method · 0.65
WriteBlockWithState
Method · 0.65
insertChain
Method · 0.65
TestTrieForkGC
Function · 0.65
TestLargeReorgTrieGC
Function · 0.65
TestNodeIteratorCoverage
Function · 0.65
Calls
no outgoing calls
Tested by
8
TestTrieForkGC
Function · 0.52
TestLargeReorgTrieGC
Function · 0.52
TestNodeIteratorCoverage
Function · 0.52
testIterativeStateSync
Function · 0.52
TestIterativeDelayedStateSync
Function · 0.52
testIterativeRandomStateSync
Function · 0.52
TestIterativeRandomDelayedStateSync
Function · 0.52
TestIncompleteStateSync
Function · 0.52