MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / Push

Method Push

rapidjson/reader.h:787–790  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

785 }
786
787 RAPIDJSON_FORCEINLINE void* Push(SizeType count) {
788 length_ += count;
789 return stack_.template Push<Ch>(count);
790 }
791
792 size_t Length() const { return length_; }
793

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected