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

Method IsEntryFrame

src/pystack/_pystack/pyframe.cpp:190–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188}
189
190bool
191FrameObject::IsEntryFrame() const
192{
193 return this->d_is_entry;
194}
195
196bool
197FrameObject::IsShim() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected