MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / GetHashCode

Method GetHashCode

Source/ThirdParty/rapidjson/schema.h:385–388  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

383 bool IsValid() const { return stack_.GetSize() == sizeof(uint64_t); }
384
385 uint64_t GetHashCode() const {
386 RAPIDJSON_ASSERT(IsValid());
387 return *stack_.template Top<uint64_t>();
388 }
389
390private:
391 static const size_t kDefaultSize = 256;

Callers 4

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

Calls 1

IsValidFunction · 0.70

Tested by

no test coverage detected