Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Lil-House/Pyarmor-Static-Unpack-1shot
/ refObject
Method
refObject
pycdc/pyc_module.h:81–81 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
79
PycRef<PycString> getIntern(int ref) const;
80
81
void refObject(PycRef<PycObject> obj) { m_refs.emplace_back(std::move(obj)); }
82
PycRef<PycObject> getRef(int ref) const;
83
84
static bool isSupportedVersion(int major, int minor);
Callers
1
LoadObject
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected