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

Method String

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

Source from the content-addressed store, hash-verified

188 }
189
190 bool String(const Ch* str, SizeType len, bool) {
191 WriteBuffer(kStringType, str, len * sizeof(Ch));
192 return true;
193 }
194
195 bool StartObject() { return true; }
196 bool Key(const Ch* str, SizeType len, bool copy) { return String(str, len, copy); }

Callers 1

SerializeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected