MCPcopy Create free account
hub / github.com/Bitcoin-ABC/bitcoin-abc / GetScriptExecutionMetrics

Method GetScriptExecutionMetrics

src/validation.h:599–599  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

597 std::optional<std::pair<ScriptError, std::string>> operator()();
598
599 ScriptExecutionMetrics GetScriptExecutionMetrics() const { return metrics; }
600};
601
602// CScriptCheck is used a lot in std::vector, make sure that's efficient

Callers 2

CheckInputScriptsFunction · 0.80
BOOST_FIXTURE_TEST_CASEFunction · 0.80

Calls

no outgoing calls

Tested by 1

BOOST_FIXTURE_TEST_CASEFunction · 0.64