MCPcopy Create free account
hub / github.com/PolygonTek/BlueshiftEngine / empty

Method empty

Source/ThirdParty/jsoncpp/src/lib_json/json_value.cpp:958–963  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

956}
957
958bool Value::empty() const {
959 if (isNull() || isArray() || isObject())
960 return size() == 0u;
961 else
962 return false;
963}
964
965Value::operator bool() const { return ! isNull(); }
966

Callers 9

parseMethod · 0.45
readValueMethod · 0.45
readObjectMethod · 0.45
writeValueMethod · 0.45
writeArrayValueMethod · 0.45
writeIndentMethod · 0.45
newStreamWriterMethod · 0.45
isConvertibleToMethod · 0.45
sizeMethod · 0.45

Calls 1

sizeFunction · 0.50

Tested by

no test coverage detected