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

Method FirstFrame

src/pystack/_pystack/pythread.cpp:231–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

229}
230
231std::shared_ptr<FrameObject>
232PyThread::FirstFrame() const
233{
234 return d_first_frame;
235}
236
237std::shared_ptr<PyThread>
238PyThread::NextThread() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected