| 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) { |
nothing calls this directly
no outgoing calls
no test coverage detected