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

Method Code

src/pystack/_pystack/pyframe.cpp:172–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170 return d_prev;
171}
172std::shared_ptr<CodeObject>
173FrameObject::Code()
174{
175 return d_code;
176}
177
178const std::unordered_map<std::string, std::string>&
179FrameObject::Arguments() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected