MCPcopy Create free account
hub / github.com/dobin/RedEdr / removeObject

Method removeObject

RedEdrShared/process_resolver.cpp:101–104  ·  view source on GitHub ↗

Remove an object from the cache

Source from the content-addressed store, hash-verified

99
100// Remove an object from the cache
101void ProcessResolver::removeObject(DWORD id) {
102 std::lock_guard<std::mutex> lock(cache_mutex);
103 cache.erase(id);
104}
105
106
107void ProcessResolver::ResetData() {

Callers

nothing calls this directly

Calls 1

eraseMethod · 0.80

Tested by

no test coverage detected