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

Method SetState

core/vm/interface.go:46–46  ·  view source on GitHub ↗
(common.Address, common.Hash, common.Hash)

Source from the content-addressed store, hash-verified

44
45 GetState(common.Address, common.Hash) common.Hash
46 SetState(common.Address, common.Hash, common.Hash)
47
48 Suicide(common.Address) bool
49 HasSuicided(common.Address) bool

Callers 11

ToBlockMethod · 0.65
TestNullMethod · 0.65
TestSnapshotMethod · 0.65
TestSnapshot2Function · 0.65
SetStateMethod · 0.65
TestUpdateLeaksFunction · 0.65
TestIntermediateLeaksFunction · 0.65
newTestActionFunction · 0.65
opSstoreFunction · 0.65
MakePreStateFunction · 0.65
TestStorageRangeAtFunction · 0.65

Implementers 2

StateDBcore/state/statedb.go
NoopStateDBcore/vm/noop.go

Calls

no outgoing calls

Tested by 7

TestNullMethod · 0.52
TestSnapshotMethod · 0.52
TestSnapshot2Function · 0.52
TestUpdateLeaksFunction · 0.52
TestIntermediateLeaksFunction · 0.52
newTestActionFunction · 0.52
TestStorageRangeAtFunction · 0.52