Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3904
bool Value::isNumeric() const { return isDouble(); }
3905
3906
bool Value::isString() const { return type_ == stringValue; }
3907
3908
bool Value::isArray() const { return type_ == arrayValue; }
3909
Callers
7
decodeHeartbeatResponse
Method · 0.80
GenerateReport
Method · 0.80
FromJsonEnum
Function · 0.80
FromJsonEnum
Function · 0.80
FromJsonEnum
Function · 0.80
FromJsonEnum
Function · 0.80
FromJsonEnum
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected