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

Function py_runtimev312

src/pystack/_pystack/version.cpp:258–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256
257template<class T>
258constexpr py_runtime_v
259py_runtimev312()
260{
261 return {
262 sizeof(T),
263 {offsetof(T, finalizing)},
264 {offsetof(T, interpreters.head)},
265 };
266}
267
268template<class T>
269constexpr py_runtime_v

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected