Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dobin/RedEdr
/ ProcessResolver
Method
ProcessResolver
RedEdrShared/process_resolver.cpp:35–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
34
35
ProcessResolver::ProcessResolver() {
36
cache.reserve(2000); // Preallocate space for 2000 processes
37
}
38
39
40
ProcessResolver::~ProcessResolver() {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected