Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Bitcoin-ABC/bitcoin-abc
/ ScriptExecutionCacheHasher
Method
ScriptExecutionCacheHasher
src/validation.h:447–449 ·
view source on GitHub ↗
Return a copy of the pre-initialized hasher.
Source
from the content-addressed store, hash-verified
445
446
//! Return a copy of the pre-initialized hasher.
447
CSHA256 ScriptExecutionCacheHasher() const {
448
return m_script_execution_cache_hasher;
449
}
450
};
451
452
/**
Callers
2
CheckInputScripts
Function · 0.80
BOOST_FIXTURE_TEST_CASE
Function · 0.80
Calls
no outgoing calls
Tested by
1
BOOST_FIXTURE_TEST_CASE
Function · 0.64