Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PlayFab/gsdk
/ empty
Method
empty
cpp/cppsdk/jsoncpp.cpp:3381–3386 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3379
}
3380
3381
bool Value::empty() const {
3382
if (isNull() || isArray() || isObject())
3383
return size() == 0u;
3384
else
3385
return false;
3386
}
3387
3388
Value::operator bool() const { return !isNull(); }
3389
Callers
15
GSDKInternal
Method · 0.80
startLog
Method · 0.80
decodeHeartbeatResponse
Method · 0.80
parse
Method · 0.80
readValue
Method · 0.80
readObject
Method · 0.80
isConvertibleTo
Method · 0.80
size
Method · 0.80
writeValue
Method · 0.80
writeArrayValue
Method · 0.80
writeIndent
Method · 0.80
newStreamWriter
Method · 0.80
Calls
no outgoing calls
Tested by
1
TEST_METHOD
Function · 0.64