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

Method clearNestedCache

tools/parser/address_db.cpp:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69void AddressDB::clearNestedCache() {
70 db.addNestedAddresses(std::move(nestedCache));
71 nestedCache.clear();
72}
73
74void AddressDB::addAddressOutput(const blocksci::RawAddress &address, const blocksci::InoutPointer &pointer) {
75 outputCache.emplace_back(address, pointer);

Callers

nothing calls this directly

Calls 2

addNestedAddressesMethod · 0.80
clearMethod · 0.45

Tested by

no test coverage detected