MCPcopy 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

configureMethod · 0.45
loadGameObjectMethod · 0.45
PackageExistsFunction · 0.45
WorkspaceExistsFunction · 0.45
loadMethod · 0.45
loadMethod · 0.45
loadMetaMethod · 0.45
loadImagesMethod · 0.45
loadGroupsMethod · 0.45
applyParametersMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected