Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chromium/crashpad
/ GetMultiprocessFunctionMap
Function
GetMultiprocessFunctionMap
test/multiprocess_exec.cc:33–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
namespace {
32
33
std::map<std::string, int(*)()>* GetMultiprocessFunctionMap() {
34
static auto* map = new std::map<std::string, int(*)()>();
35
return map;
36
}
37
38
} // namespace
39
Callers
2
AppendMultiprocessTest
Method · 0.85
CheckedInvokeMultiprocessChild
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected