| 74 | } |
| 75 | |
| 76 | PycRef<PycCode> code() const { return m_code; } |
| 77 | |
| 78 | void intern(PycRef<PycString> str) { m_interns.emplace_back(std::move(str)); } |
| 79 | PycRef<PycString> getIntern(int ref) const; |
nothing calls this directly
no outgoing calls
no test coverage detected