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

Method String

rapidjson/prettywriter.h:99–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97 }
98
99 bool String(const Ch* str, SizeType length, bool copy = false) {
100 (void)copy;
101 PrettyPrefix(kStringType);
102 return Base::WriteString(str, length);
103 }
104
105#if RAPIDJSON_HAS_STDSTRING
106 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