Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
111
size_t ExtVM::codeSizeAt(dev::Address _a)
112
{
113
return m_s.codeSize(_a);
114
}
115
116
void ExtVM::setStore(u256 _n, u256 _v)
117
{
Callers
nothing calls this directly
Calls
1
codeSize
Method · 0.45
Tested by
no test coverage detected