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

Method Clear

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

Source from the content-addressed store, hash-verified

2500 SizeType Capacity() const { return value_.Capacity(); }
2501 bool Empty() const { return value_.Empty(); }
2502 void Clear() const { value_.Clear(); }
2503 ValueType& operator[](SizeType index) const { return value_[index]; }
2504 ValueIterator Begin() const { return value_.Begin(); }
2505 ValueIterator End() const { return value_.End(); }

Callers 1

ClearStackMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected