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

Function IsString

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

Source from the content-addressed store, hash-verified

960 bool IsUint64() const { return (data_.f.flags & kUint64Flag) != 0; }
961 bool IsDouble() const { return (data_.f.flags & kDoubleFlag) != 0; }
962 bool IsString() const { return (data_.f.flags & kStringFlag) != 0; }
963
964 // Checks whether a number can be losslessly converted to a double.
965 bool IsLosslessDouble() const {

Callers 3

GetStringFunction · 0.85
GetStringLengthFunction · 0.85
StringEqualFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected