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

Method ParserScriptUpdater

tools/parser/parser_index.hpp:78–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76 const blocksci::ScriptAccess &scripts;
77
78 ParserScriptUpdater(ParserIndex<T> &index_, const blocksci::State &state_, const blocksci::ScriptAccess &scripts_): index(index_), state(state_), scripts(scripts_) {}
79
80 template <typename V>
81 void operator()(V v) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected