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

Function py_framev314

src/pystack/_pystack/version.cpp:93–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91
92template<class T>
93constexpr py_frame_v
94py_framev314()
95{
96 return {
97 sizeof(T),
98 {offsetof(T, previous)},
99 {offsetof(T, f_executable)},
100 {0},
101 {offsetof(T, instr_ptr)},
102 {offsetof(T, localsplus)},
103 {0},
104 {offsetof(T, owner)},
105 };
106}
107
108template<class T>
109constexpr py_thread_v

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected