MCPcopy 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
420Unwinder::Unwinder(std::shared_ptr<ProcessAnalyzer> analyzer)
421: d_analyzer(std::move(analyzer))
422{
423}
424
425Dwfl*
426Unwinder::Dwfl() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected