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

Method Key

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

Source from the content-addressed store, hash-verified

194
195 bool StartObject() { return true; }
196 bool Key(const Ch* str, SizeType len, bool copy) { return String(str, len, copy); }
197 bool EndObject(SizeType memberCount) {
198 uint64_t h = Hash(0, kObjectType);
199 uint64_t* kv = stack_.template Pop<uint64_t>(memberCount * 2);

Callers 1

KeyMethod · 0.45

Calls 1

StringClass · 0.85

Tested by

no test coverage detected