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

Function copyFile

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

Source from the content-addressed store, hash-verified

490}
491
492void copyFile(std::string const& _source, std::string const& _destination)
493{
494 std::ifstream src(_source, std::ios::binary);
495 std::ofstream dst(_destination, std::ios::binary);
496 dst << src.rdbuf();
497}
498
499RLPStream createRLPStreamFromTransactionFields(json_spirit::mObject const& _tObj)
500{

Callers 2

BOOST_AUTO_TEST_CASEFunction · 0.85
BOOST_AUTO_TEST_CASEFunction · 0.85

Calls 1

rdbufMethod · 0.80

Tested by

no test coverage detected