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

Method PreviousFrame

src/pystack/_pystack/pyframe.cpp:167–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165}
166
167std::shared_ptr<FrameObject>
168FrameObject::PreviousFrame()
169{
170 return d_prev;
171}
172std::shared_ptr<CodeObject>
173FrameObject::Code()
174{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected