Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cuberite/cuberite
/ empty
Method
empty
lib/jsoncpp/src/lib_json/json_value.cpp:917–924 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
915
916
917
bool
918
Value::empty() const
919
{
920
if ( isNull() || isArray() || isObject() )
921
return size() == 0u;
922
else
923
return false;
924
}
925
926
927
bool
Callers
15
parse
Method · 0.80
readValue
Method · 0.80
addComment
Method · 0.80
readObject
Method · 0.80
writeValue
Method · 0.80
writeArrayValue
Method · 0.80
writeIndent
Method · 0.80
size
Method · 0.80
cBlockIDMap
Method · 0.80
ResolveItem
Method · 0.80
AddToMap
Method · 0.80
Initialize
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected