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

Function py_threadv313

src/pystack/_pystack/version.cpp:153–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151
152template<class T>
153constexpr py_thread_v
154py_threadv313()
155{
156 return {
157 sizeof(T),
158 {offsetof(T, prev)},
159 {offsetof(T, next)},
160 {offsetof(T, interp)},
161 {offsetof(T, frame)},
162 {offsetof(T, thread_id)},
163 {offsetof(T, native_thread_id)},
164 };
165}
166
167template<class T>
168constexpr py_is_v

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected