Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bloomberg/pystack
/ Unwinder
Method
Unwinder
src/pystack/_pystack/unwinder.cpp:420–423 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
418
}
419
420
Unwinder::Unwinder(std::shared_ptr<ProcessAnalyzer> analyzer)
421
: d_analyzer(std::move(analyzer))
422
{
423
}
424
425
Dwfl*
426
Unwinder::Dwfl() const
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected