Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bloomberg/pystack
/ ProcessTracer
Method
ProcessTracer
src/pystack/_pystack/process.h:39–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
// Constructors
38
ProcessTracer(pid_t pid);
39
ProcessTracer(const ProcessTracer&) = delete;
40
ProcessTracer& operator=(const ProcessTracer&) = delete;
41
42
// Destructors
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected