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

Function py_framev311

src/pystack/_pystack/version.cpp:62–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60
61template<class T>
62constexpr py_frame_v
63py_framev311()
64{
65 return {
66 sizeof(T),
67 {offsetof(T, previous)},
68 {offsetof(T, f_code)},
69 {0},
70 {offsetof(T, prev_instr)},
71 {offsetof(T, localsplus)},
72 {offsetof(T, is_entry)},
73 };
74}
75
76template<class T>
77constexpr py_frame_v

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected