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

Function VerifyScriptP2TR_KeyPath

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

Source from the content-addressed store, hash-verified

107
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)

Callers

nothing calls this directly

Calls 1

VerifyScriptBenchFunction · 0.85

Tested by

no test coverage detected