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

Method CreateHasher

rapidjson/schema.h:1755–1757  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1753 }
1754
1755 virtual void* CreateHasher() {
1756 return new (GetStateAllocator().Malloc(sizeof(HasherType))) HasherType(&GetStateAllocator());
1757 }
1758
1759 virtual uint64_t GetHashCode(void* hasher) {
1760 return static_cast<HasherType*>(hasher)->GetHashCode();

Callers 1

Calls 1

MallocMethod · 0.45

Tested by

no test coverage detected