MCPcopy Create free account
hub / github.com/cinience/RedisStudio / String

Function String

include/rapidjson/prettywriter.h:79–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77 bool Double(double d) { PrettyPrefix(kNumberType); return Base::WriteDouble(d); }
78
79 bool String(const Ch* str, SizeType length, bool copy = false) {
80 (void)copy;
81 PrettyPrefix(kStringType);
82 return Base::WriteString(str, length);
83 }
84
85 bool StartObject() {
86 PrettyPrefix(kObjectType);

Callers 1

KeyFunction · 0.70

Calls 2

WriteStringFunction · 0.85
StrLenFunction · 0.85

Tested by

no test coverage detected