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

Method GetCode

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

Source from the content-addressed store, hash-verified

36
37 GetCodeHash(common.Address) common.Hash
38 GetCode(common.Address) []byte
39 SetCode(common.Address, []byte)
40 GetCodeSize(common.Address) int
41

Callers 15

checkEqualMethod · 0.65
checkStateAccountsFunction · 0.65
opExtCodeCopyFunction · 0.65
callMethod · 0.65
callCodeMethod · 0.65
delegateCallMethod · 0.65
StaticCallMethod · 0.65
CodeAtMethod · 0.65
PendingCodeAtMethod · 0.65
GetCodeMethod · 0.65
validatePostStateMethod · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by 4

checkEqualMethod · 0.52
checkStateAccountsFunction · 0.52