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

Method FrameNo

src/pystack/_pystack/pyframe.cpp:161–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159}
160
161ssize_t
162FrameObject::FrameNo() const
163{
164 return d_frame_no;
165}
166
167std::shared_ptr<FrameObject>
168FrameObject::PreviousFrame()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected