Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
167
pid_t
168
CoreFileExtractor::Pid() const
169
{
170
return d_analyzer->d_pid;
171
}
172
173
std::string
174
CoreFileExtractor::extractExecutable() const
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected