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

Function GetString

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

Source from the content-addressed store, hash-verified

1721 //@{
1722
1723 const Ch* GetString() const { RAPIDJSON_ASSERT(IsString()); return (data_.f.flags & kInlineStrFlag) ? data_.ss.str : GetStringPointer(); }
1724
1725 //! Get the length of string.
1726 /*! Since rapidjson permits "\\u0000" in the json string, strlen(v.GetString()) may not equal to v.GetStringLength().

Callers 4

AcceptFunction · 0.70
StringEqualFunction · 0.70
IsDefaultNameSpaceMethod · 0.50
GetJsonMethod · 0.50

Calls 2

IsStringFunction · 0.85
GetStringPointerFunction · 0.85

Tested by

no test coverage detected