MCPcopy 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

31namespace {
32
33std::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

Calls

no outgoing calls

Tested by

no test coverage detected