MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / FormatScriptFlags

Function FormatScriptFlags

src/test/script_tests.cpp:99–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97};
98
99static std::string FormatScriptFlags(script_verify_flags flags)
100{
101 return util::Join(GetScriptFlagNames(flags), ",");
102}
103
104static std::string FormatScriptError(ScriptError_t err)
105{

Callers 2

GetJSONMethod · 0.85
BOOST_AUTO_TEST_CASEFunction · 0.85

Calls 2

JoinFunction · 0.85
GetScriptFlagNamesFunction · 0.85

Tested by

no test coverage detected