MCPcopy Create free account
hub / github.com/cinience/RedisStudio / ObjectEmpty

Function ObjectEmpty

include/rapidjson/document.h:804–804  ·  view source on GitHub ↗

Check whether the object is empty.

Source from the content-addressed store, hash-verified

802
803 //! Check whether the object is empty.
804 bool ObjectEmpty() const { RAPIDJSON_ASSERT(IsObject()); return data_.o.size == 0; }
805
806 //! Get a value from an object associated with the name.
807 /*! \pre IsObject() == true

Callers

nothing calls this directly

Calls 1

IsObjectFunction · 0.85

Tested by

no test coverage detected