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

Method String

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

Source from the content-addressed store, hash-verified

190 }
191
192 bool String(const Ch* str, SizeType length, bool copy = false) {
193 (void)copy;
194 Prefix(kStringType);
195 return EndValue(WriteString(str, length));
196 }
197
198#if RAPIDJSON_HAS_STDSTRING
199 bool String(const std::basic_string<Ch>& str) {

Callers

nothing calls this directly

Calls 4

StringClass · 0.85
StrLenFunction · 0.85
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected