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

Method clearOutputCache

tools/parser/address_db.cpp:81–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81void AddressDB::clearOutputCache() {
82 db.addOutputAddresses(std::move(outputCache));
83 outputCache.clear();
84}

Callers

nothing calls this directly

Calls 2

addOutputAddressesMethod · 0.80
clearMethod · 0.45

Tested by

no test coverage detected