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

Method Empty

include/rapidjson/internal/stack.h:132–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130
131 Allocator& GetAllocator() { return *allocator_; }
132 bool Empty() const { return stackTop_ == stack_; }
133 size_t GetSize() const { return static_cast<size_t>(stackTop_ - stack_); }
134 size_t GetCapacity() const { return static_cast<size_t>(stackEnd_ - stack_); }
135

Callers 5

EndObjectFunction · 0.45
EndArrayFunction · 0.45
IsCompleteFunction · 0.45
EndObjectFunction · 0.45
EndArrayFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected