MCPcopy 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
384void RandomCodeOptions::addAddress(dev::Address const& _address)
385{
386 addressList.push_back(_address);
387}
388
389dev::Address RandomCodeOptions::getRandomAddress() const
390{

Callers 1

parseTestWithTypesMethod · 0.80

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected