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

Function ScriptFromHex

src/test/script_tests.cpp:1311–1316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1309}
1310
1311static CScript
1312ScriptFromHex(const char* hex)
1313{
1314 std::vector<unsigned char> data = ParseHex(hex);
1315 return CScript(data.begin(), data.end());
1316}
1317
1318
1319BOOST_AUTO_TEST_CASE(script_FindAndDelete)

Callers 1

BOOST_AUTO_TEST_CASEFunction · 0.85

Calls 4

ParseHexFunction · 0.85
CScriptClass · 0.50
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected