MCPcopy Create free account
hub / github.com/citp/BlockSci / getScriptCount

Function getScriptCount

src/scripts/script_range.cpp:26–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24namespace blocksci {
25
26 uint32_t getScriptCount(AddressType::Enum type, blocksci::DataAccess &access) {
27 return access.getScripts().scriptCount(dedupType(type));
28 }
29
30
31 ScriptRangeVariant scriptsRange(AddressType::Enum type, blocksci::DataAccess &access) {

Callers 2

fMethod · 0.85

Calls 2

dedupTypeFunction · 0.85
scriptCountMethod · 0.80

Tested by

no test coverage detected