MCPcopy 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
3381bool Value::empty() const {
3382 if (isNull() || isArray() || isObject())
3383 return size() == 0u;
3384 else
3385 return false;
3386}
3387
3388Value::operator bool() const { return !isNull(); }
3389

Callers 15

GSDKInternalMethod · 0.80
startLogMethod · 0.80
parseMethod · 0.80
readValueMethod · 0.80
readObjectMethod · 0.80
isConvertibleToMethod · 0.80
sizeMethod · 0.80
writeValueMethod · 0.80
writeArrayValueMethod · 0.80
writeIndentMethod · 0.80
newStreamWriterMethod · 0.80

Calls

no outgoing calls

Tested by 1

TEST_METHODFunction · 0.64