| 212 | |
| 213 | template<class T> |
| 214 | constexpr py_gc_v |
| 215 | py_gc() |
| 216 | { |
| 217 | return { |
| 218 | sizeof(T), |
| 219 | {offsetof(T, collecting)}, |
| 220 | }; |
| 221 | } |
| 222 | |
| 223 | template<class T> |
| 224 | constexpr py_cframe_v |
nothing calls this directly
no outgoing calls
no test coverage detected