MCPcopy 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

traceChainMethod · 0.95
computeStateDBMethod · 0.95
GenerateChainFunction · 0.65
ToBlockMethod · 0.65
FastSyncCommitHeadMethod · 0.65
TrieNodeMethod · 0.65
CommitStateDBMethod · 0.65
WriteBlockWithStateMethod · 0.65
insertChainMethod · 0.65
TestTrieForkGCFunction · 0.65
TestLargeReorgTrieGCFunction · 0.65
TestNodeIteratorCoverageFunction · 0.65

Calls

no outgoing calls

Tested by 8

TestTrieForkGCFunction · 0.52
TestLargeReorgTrieGCFunction · 0.52
TestNodeIteratorCoverageFunction · 0.52
testIterativeStateSyncFunction · 0.52
TestIncompleteStateSyncFunction · 0.52