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

Method Empty

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

Source from the content-addressed store, hash-verified

173 }
174
175 bool Empty() const { return stackTop_ == stack_; }
176 size_t GetSize() const { return static_cast<size_t>(stackTop_ - stack_); }
177 size_t GetCapacity() const { return static_cast<size_t>(stackEnd_ - stack_); }
178

Callers 15

MachoViewMethod · 0.45
GenericSchemaDocumentMethod · 0.45
ResetMethod · 0.45
BeginValueMethod · 0.45
EndValueMethod · 0.45
EndObjectMethod · 0.45
EndArrayMethod · 0.45
IsCompleteMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected