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

Function py_framev312

src/pystack/_pystack/version.cpp:77–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75
76template<class T>
77constexpr py_frame_v
78py_framev312()
79{
80 return {
81 sizeof(T),
82 {offsetof(T, previous)},
83 {offsetof(T, f_code)},
84 {0},
85 {offsetof(T, prev_instr)},
86 {offsetof(T, localsplus)},
87 {0},
88 {offsetof(T, owner)},
89 };
90}
91
92template<class T>
93constexpr py_frame_v

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected