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

Method is_container

extlibs/vili/src/node.cpp:288–293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

286 }
287
288 bool node::is_container() const
289 {
290 if (is<array>() || is<object>())
291 return true;
292 return false;
293 }
294
295 bool node::is_null() const
296 {

Callers 1

pushMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected