MCPcopy Create free account
hub / github.com/LUX-Core/lux / codeHash

Method codeHash

src/cpp-ethereum/libethereum/State.cpp:446–452  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

444}
445
446h256 State::codeHash(Address const& _a) const
447{
448 if (Account const* a = account(_a))
449 return a->codeHash();
450 else
451 return EmptySHA3;
452}
453
454size_t State::codeSize(Address const& _a) const
455{

Callers 7

commitFunction · 0.45
addressHasCodeMethod · 0.45
State.cppFile · 0.45
codeSizeMethod · 0.45
callMethod · 0.45
codeHashAtMethod · 0.45
main.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected