MCPcopy Create free account
hub / github.com/Vector35/debugger / GetObject

Method GetObject

api/debuggerapi.h:80–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78 virtual ~DbgCoreRefCountObject() {}
79
80 T* GetObject() const { return m_object; }
81
82 static T* GetObject(DbgCoreRefCountObject* obj)
83 {

Callers

nothing calls this directly

Calls 1

GetObjectMethod · 0.45

Tested by

no test coverage detected