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

Function GetString

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

Source from the content-addressed store, hash-verified

1331 //@{
1332
1333 const Ch* GetString() const { RAPIDJSON_ASSERT(IsString()); return ((flags_ & kInlineStrFlag) ? data_.ss.str : data_.s.str); }
1334
1335 //! Get the length of string.
1336 /*! Since rapidjson permits "\\u0000" in the json string, strlen(v.GetString()) may not equal to v.GetStringLength().

Callers 2

AcceptFunction · 0.70
StringEqualFunction · 0.70

Calls 1

IsStringFunction · 0.85

Tested by

no test coverage detected