MCPcopy Create free account
hub / github.com/bloomberg/pystack / Pid

Method Pid

src/pystack/_pystack/corefile.cpp:167–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165}
166
167pid_t
168CoreFileExtractor::Pid() const
169{
170 return d_analyzer->d_pid;
171}
172
173std::string
174CoreFileExtractor::extractExecutable() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected