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

Method GetHashCode

rapidjson/schema.h:1759–1761  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1757 }
1758
1759 virtual uint64_t GetHashCode(void* hasher) {
1760 return static_cast<HasherType*>(hasher)->GetHashCode();
1761 }
1762
1763 virtual void DestroryHasher(void* hasher) {
1764 HasherType* h = static_cast<HasherType*>(hasher);

Callers

nothing calls this directly

Calls 1

GetHashCodeMethod · 0.45

Tested by

no test coverage detected