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

Method PycString

pycdc/pyc_string.h:11–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9class PycString : public PycObject {
10public:
11 PycString(int type = TYPE_STRING)
12 : PycObject(type) { }
13
14 bool isEqual(PycRef<PycObject> obj) const override;
15 bool isEqual(const std::string& str) const { return m_value == str; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected