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