Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ empty
Method
empty
Utilities/cmjsoncpp/src/lib_json/json_value.cpp:882–886 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
880
}
881
882
bool Value::empty() const {
883
if (isNull() || isArray() || isObject())
884
return size() == 0U;
885
return false;
886
}
887
888
Value::operator bool() const { return !isNull(); }
889
Callers
15
parse
Method · 0.45
readValue
Method · 0.45
readObject
Method · 0.45
good
Method · 0.45
validate
Method · 0.45
writeValue
Method · 0.45
writeArrayValue
Method · 0.45
isMultilineArray
Method · 0.45
writeIndent
Method · 0.45
newStreamWriter
Method · 0.45
validate
Method · 0.45
isConvertibleTo
Method · 0.45
Calls
1
isNull
Function · 0.85
Tested by
no test coverage detected