Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cginternals/globjects
/ Object
Method
Object
source/globjects/source/Object.cpp:35–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
34
35
Object::Object(IDResource * resource)
36
: m_resource(resource)
37
, m_objectLabelState(nullptr)
38
{
39
ObjectRegistry::current().registerObject(this);
40
}
41
42
Object::~Object()
43
{
Callers
nothing calls this directly
Calls
1
registerObject
Method · 0.80
Tested by
no test coverage detected