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

Function py_gc

src/pystack/_pystack/version.cpp:214–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212
213template<class T>
214constexpr py_gc_v
215py_gc()
216{
217 return {
218 sizeof(T),
219 {offsetof(T, collecting)},
220 };
221}
222
223template<class T>
224constexpr py_cframe_v

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected