MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / ScriptFromHex

Function ScriptFromHex

src/test/script_tests.cpp:1524–1529  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1522}
1523
1524static CScript
1525ScriptFromHex(const char* hex)
1526{
1527 std::vector<unsigned char> data = ParseHex(hex);
1528 return CScript(data.begin(), data.end());
1529}
1530
1531
1532BOOST_AUTO_TEST_CASE(script_FindAndDelete)

Callers 1

BOOST_AUTO_TEST_CASEFunction · 0.85

Calls 4

ParseHexFunction · 0.85
CScriptClass · 0.70
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected