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

Function importByteArray

src/cpp-ethereum/test/libtesteth/TestHelper.cpp:221–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219}
220
221bytes importByteArray(std::string const& _str)
222{
223 return fromHex(_str.substr(0, 2) == "0x" ? _str.substr(2) : _str, WhenError::Throw);
224}
225
226bytes importData(json_spirit::mObject const& _o)
227{

Callers 7

doTransactionTestsFunction · 0.85
BOOST_AUTO_TEST_CASEFunction · 0.85
TestBlockMethod · 0.85
importDataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected