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

Method addObject

RedEdrShared/process_resolver.cpp:46–49  ·  view source on GitHub ↗

Add an object to the cache

Source from the content-addressed store, hash-verified

44
45// Add an object to the cache
46void ProcessResolver::addObject(DWORD id, const Process& obj) {
47 std::lock_guard<std::mutex> lock(cache_mutex);
48 cache[id] = obj;
49}
50
51
52BOOL ProcessResolver::containsObject(DWORD pid) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected