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

Method GetState

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

Source from the content-addressed store, hash-verified

43 GetRefund() uint64
44
45 GetState(common.Address, common.Hash) common.Hash
46 SetState(common.Address, common.Hash, common.Hash)
47
48 Suicide(common.Address) bool

Callers 11

TestNullMethod · 0.65
TestSnapshotMethod · 0.65
TestSnapshot2Function · 0.65
GetStateMethod · 0.65
checkEqualMethod · 0.65
gasSStoreFunction · 0.65
opSloadFunction · 0.65
StorageAtMethod · 0.65
GetStorageAtMethod · 0.65
RunMethod · 0.65
pushObjectMethod · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by 4

TestNullMethod · 0.52
TestSnapshotMethod · 0.52
TestSnapshot2Function · 0.52
checkEqualMethod · 0.52