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

Method ResetData

RedEdrShared/process_resolver.cpp:107–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105
106
107void ProcessResolver::ResetData() {
108 std::lock_guard<std::mutex> lock(cache_mutex);
109 cache.clear();
110}
111
112
113size_t ProcessResolver::GetCacheCount() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected