MCPcopy Create free account
hub / github.com/Lil-House/Pyarmor-Static-Unpack-1shot / code

Method code

pycdc/pyc_module.h:76–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected