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

Method GetHashCode

rapidjson/schema.h:218–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216 bool IsValid() const { return stack_.GetSize() == sizeof(uint64_t); }
217
218 uint64_t GetHashCode() const {
219 RAPIDJSON_ASSERT(IsValid());
220 return *stack_.template Top<uint64_t>();
221 }
222
223private:
224 static const size_t kDefaultSize = 256;

Callers 4

SchemaMethod · 0.45
EndValueMethod · 0.45
GetHashCodeMethod · 0.45
EndValueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected