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