Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ is_null
Method
is_null
extlibs/vili/src/node.cpp:295–300 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
293
}
294
295
bool node::is_null() const
296
{
297
if (m_data.index())
298
return false;
299
return true;
300
}
301
302
bool node::is_integer() const
303
{
Callers
13
configure
Method · 0.45
GetRequirementsForGameObject
Method · 0.45
GetDefinitionForGameObject
Method · 0.45
loadGameObject
Method · 0.45
PackageExists
Function · 0.45
WorkspaceExists
Function · 0.45
load
Method · 0.45
load
Method · 0.45
loadMeta
Method · 0.45
loadImages
Method · 0.45
loadGroups
Method · 0.45
applyParameters
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected