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

Method Database

protocols/cpc/syncer/syncer.go:178–178  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

176 StateAt(root common.Hash) (*state.StateDB, error)
177
178 Database() database.Database
179
180 // TrieNode retrieves a blob of data associated with a trie node (or code hash)
181 // either from ephemeral in-memory cache, or from persistent storage.

Callers 9

GenerateChainFunction · 0.65
ToBlockMethod · 0.65
runMethod · 0.65
rollbackMethod · 0.65
SendTransactionMethod · 0.65
AdjustTimeMethod · 0.65
traceChainMethod · 0.65
computeStateDBMethod · 0.65

Implementers 1

BlockChaincore/blockchain.go

Calls

no outgoing calls

Tested by 1

runMethod · 0.52