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

Method codeSizeAt

src/cpp-ethereum/libethereum/ExtVM.cpp:111–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111size_t ExtVM::codeSizeAt(dev::Address _a)
112{
113 return m_s.codeSize(_a);
114}
115
116void ExtVM::setStore(u256 _n, u256 _v)
117{

Callers

nothing calls this directly

Calls 1

codeSizeMethod · 0.45

Tested by

no test coverage detected