Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SOUI2/soui
/ empty
Method
empty
third-part/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
15
IsDirectory
Method · 0.45
ParseNaturalNumber
Function · 0.45
FilterMatchesTest
Method · 0.45
AppendUserMessage
Function · 0.45
XmlUnitTestResultPrinter
Method · 0.45
GTEST_LOCK_EXCLUDED_
Function · 0.45
ConfigureStreamingOutput
Method · 0.45
InDeathTestChild
Function · 0.45
file_name
Function · 0.45
RegisterTests
Method · 0.45
IsEmpty
Function · 0.45
parse
Method · 0.45
Calls
2
isNull
Function · 0.85
size
Function · 0.50
Tested by
14
IsDirectory
Method · 0.36
ParseNaturalNumber
Function · 0.36
FilterMatchesTest
Method · 0.36
AppendUserMessage
Function · 0.36
XmlUnitTestResultPrinter
Method · 0.36
GTEST_LOCK_EXCLUDED_
Function · 0.36
ConfigureStreamingOutput
Method · 0.36
InDeathTestChild
Function · 0.36
file_name
Function · 0.36
RegisterTests
Method · 0.36
IsEmpty
Function · 0.36
failed
Method · 0.36