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

Function py_frame

src/pystack/_pystack/version.cpp:48–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46
47template<class T>
48constexpr py_frame_v
49py_frame()
50{
51 return {
52 sizeof(T),
53 {offsetof(T, f_back)},
54 {offsetof(T, f_code)},
55 {offsetof(T, f_lasti)},
56 {0},
57 {offsetof(T, f_localsplus)},
58 };
59}
60
61template<class T>
62constexpr py_frame_v

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected