Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
190
bool
191
FrameObject::IsEntryFrame() const
192
{
193
return this->d_is_entry;
194
}
195
196
bool
197
FrameObject::IsShim() const
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected