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

Method End

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

Source from the content-addressed store, hash-verified

153
154 template<typename T>
155 T* End() { return reinterpret_cast<T*>(stackTop_); }
156
157 template<typename T>
158 const T* End() const { return reinterpret_cast<T*>(stackTop_); }

Callers 3

SchemaMethod · 0.45
AddUniqueElementMethod · 0.45
EndValueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected