Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
99
static std::string FormatScriptFlags(script_verify_flags flags)
100
{
101
return util::Join(GetScriptFlagNames(flags),
","
);
102
}
103
104
static std::string FormatScriptError(ScriptError_t err)
105
{
Callers
2
GetJSON
Method · 0.85
BOOST_AUTO_TEST_CASE
Function · 0.85
Calls
2
Join
Function · 0.85
GetScriptFlagNames
Function · 0.85
Tested by
no test coverage detected