MCPcopy Create free account
hub / github.com/PlayFab/gsdk / isString

Method isString

cpp/cppsdk/jsoncpp.cpp:3906–3906  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3904bool Value::isNumeric() const { return isDouble(); }
3905
3906bool Value::isString() const { return type_ == stringValue; }
3907
3908bool Value::isArray() const { return type_ == arrayValue; }
3909

Callers 7

GenerateReportMethod · 0.80
FromJsonEnumFunction · 0.80
FromJsonEnumFunction · 0.80
FromJsonEnumFunction · 0.80
FromJsonEnumFunction · 0.80
FromJsonEnumFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected