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

Function VerifyScriptP2TR_ScriptPath

src/bench/verify_script.cpp:110–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108static void VerifyScriptP2WPKH(benchmark::Bench& bench) { VerifyScriptBench(bench, ScriptType::P2WPKH); }
109static void VerifyScriptP2TR_KeyPath(benchmark::Bench& bench) { VerifyScriptBench(bench, ScriptType::P2TR_KeyPath); }
110static void VerifyScriptP2TR_ScriptPath(benchmark::Bench& bench) { VerifyScriptBench(bench, ScriptType::P2TR_ScriptPath); }
111
112static void VerifyNestedIfScript(benchmark::Bench& bench)
113{

Callers

nothing calls this directly

Calls 1

VerifyScriptBenchFunction · 0.85

Tested by

no test coverage detected