Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
958
bool Value::empty() const {
959
if (isNull() || isArray() || isObject())
960
return size() == 0u;
961
else
962
return false;
963
}
964
965
Value::operator bool() const { return ! isNull(); }
966
Callers
9
parse
Method · 0.45
readValue
Method · 0.45
readObject
Method · 0.45
writeValue
Method · 0.45
writeArrayValue
Method · 0.45
writeIndent
Method · 0.45
newStreamWriter
Method · 0.45
isConvertibleTo
Method · 0.45
size
Method · 0.45
Calls
1
size
Function · 0.50
Tested by
no test coverage detected