Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
81
void AddressDB::clearOutputCache() {
82
db.addOutputAddresses(std::move(outputCache));
83
outputCache.clear();
84
}
Callers
nothing calls this directly
Calls
2
addOutputAddresses
Method · 0.80
clear
Method · 0.45
Tested by
no test coverage detected