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

Method scriptCounts

src/internal/script_access.hpp:103–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101 }
102
103 std::array<uint32_t, DedupAddressType::size> scriptCounts() const {
104 return make_static_table<DedupAddressType, internal::ScriptCountFunctor>(*this);
105 }
106
107 uint32_t scriptCount(DedupAddressType::Enum type) const {
108 static constexpr auto table = make_dynamic_table<DedupAddressType, internal::ScriptCountFunctor>();

Callers 1

StateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected