MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / ObjectEmpty

Function ObjectEmpty

Engine/source/persistence/rapidjson/document.h:1105–1105  ·  view source on GitHub ↗

Check whether the object is empty.

Source from the content-addressed store, hash-verified

1103
1104 //! Check whether the object is empty.
1105 bool ObjectEmpty() const { RAPIDJSON_ASSERT(IsObject()); return data_.o.size == 0; }
1106
1107 //! Get a value from an object associated with the name.
1108 /*! \pre IsObject() == true

Callers

nothing calls this directly

Calls 1

IsObjectFunction · 0.70

Tested by

no test coverage detected