MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / is_primitive

Method is_primitive

extlibs/vili/src/node.cpp:281–286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

279 }
280
281 bool node::is_primitive() const
282 {
283 if (is<integer>() || is<number>() || is<string>() || is<boolean>())
284 return true;
285 return false;
286 }
287
288 bool node::is_container() const
289 {

Callers 5

viliToLuaFunction · 0.80
viliObjectToLuaTableFunction · 0.80
viliArrayToLuaTableFunction · 0.80
configureMethod · 0.80
mergeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected