Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ComodoSecurity/openedr
/ empty
Method
empty
edrav2/eprj/jsoncpp/src/lib_json/json_value.cpp:943–948 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
941
}
942
943
bool Value::empty() const {
944
if (isNull() || isArray() || isObject())
945
return size() == 0u;
946
else
947
return false;
948
}
949
950
Value::operator bool() const { return !isNull(); }
951
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
size
Class · 0.50
Tested by
3
failed
Method · 0.36
printFailure
Method · 0.36
runAllTest
Method · 0.36