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

Function IsComplete

include/rapidjson/writer.h:101–103  ·  view source on GitHub ↗

Checks whether the output is a complete JSON. ! A complete JSON has a complete root object or array. */

Source from the content-addressed store, hash-verified

99 A complete JSON has a complete root object or array.
100 */
101 bool IsComplete() const {
102 return hasRoot_ && level_stack_.Empty();
103 }
104
105 /*!@name Implementation of Handler
106 \see Handler

Callers

nothing calls this directly

Calls 1

EmptyMethod · 0.45

Tested by

no test coverage detected