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

Method GetStackCapacity

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

Get the capacity of stack in bytes.

Source from the content-addressed store, hash-verified

1815
1816 //! Get the capacity of stack in bytes.
1817 size_t GetStackCapacity() const { return stack_.GetCapacity(); }
1818
1819private:
1820 // clear stack on any exit from ParseStream, e.g. due to exception

Callers

nothing calls this directly

Calls 1

GetCapacityMethod · 0.80

Tested by

no test coverage detected