| 170 | return d_prev; |
| 171 | } |
| 172 | std::shared_ptr<CodeObject> |
| 173 | FrameObject::Code() |
| 174 | { |
| 175 | return d_code; |
| 176 | } |
| 177 | |
| 178 | const std::unordered_map<std::string, std::string>& |
| 179 | FrameObject::Arguments() const |
nothing calls this directly
no outgoing calls
no test coverage detected