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

Function py_cframe

src/pystack/_pystack/version.cpp:224–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222
223template<class T>
224constexpr py_cframe_v
225py_cframe()
226{
227 return {
228 sizeof(T),
229 {offsetof(T, current_frame)},
230 };
231}
232
233template<class T>
234constexpr py_gilruntimestate_v

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected