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

Method Top

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

Source from the content-addressed store, hash-verified

141
142 template<typename T>
143 T* Top() {
144 RAPIDJSON_ASSERT(GetSize() >= sizeof(T));
145 return reinterpret_cast<T*>(stackTop_ - sizeof(T));
146 }
147
148 template<typename T>
149 const T* Top() const {

Callers

nothing calls this directly

Calls 1

GetSizeFunction · 0.50

Tested by

no test coverage detected