Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImageEngine/cortex
/ defaultNullObject
Method
defaultNullObject
src/IECore/NullObject.cpp:81–85 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
79
}
80
81
NullObject *NullObject::defaultNullObject()
82
{
83
static NullObjectPtr o = new NullObject();
84
return o.get();
85
}
Callers
3
testEquality
Method · 0.80
testIdentity
Method · 0.80
testRepr
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
3
testEquality
Method · 0.64
testIdentity
Method · 0.64
testRepr
Method · 0.64