Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LUX-Core/lux
/ addAddress
Method
addAddress
src/cpp-ethereum/test/fuzzTesting/fuzzHelper.cpp:384–387 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
382
}
383
384
void RandomCodeOptions::addAddress(dev::Address const& _address)
385
{
386
addressList.push_back(_address);
387
}
388
389
dev::Address RandomCodeOptions::getRandomAddress() const
390
{
Callers
1
parseTestWithTypes
Method · 0.80
Calls
1
push_back
Method · 0.45
Tested by
no test coverage detected