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

Method f

src/scripts/script_range.cpp:17–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15 template<blocksci::AddressType::Enum type>
16 struct ScriptRangeFunctor {
17 static blocksci::ScriptRangeVariant f(blocksci::DataAccess &access) {
18 return blocksci::scriptsRange<type>(access);
19 }
20 };
21}
22

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected