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

Function IsString

include/rapidjson/document.h:772–772  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

770 bool IsUint64() const { return (flags_ & kUint64Flag) != 0; }
771 bool IsDouble() const { return (flags_ & kDoubleFlag) != 0; }
772 bool IsString() const { return (flags_ & kStringFlag) != 0; }
773
774 //@}
775

Callers 3

GetStringFunction · 0.85
GetStringLengthFunction · 0.85
StringEqualFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected