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

Function scriptsRange

src/scripts/script_range.cpp:31–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29
30
31 ScriptRangeVariant scriptsRange(AddressType::Enum type, blocksci::DataAccess &access) {
32 static constexpr auto table = make_dynamic_table<AddressType, ScriptRangeFunctor>();
33 auto index = static_cast<size_t>(type);
34 return table.at(index)(access);
35 }
36
37} // namespace blocksci

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected