MCPcopy 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
917bool
918Value::empty() const
919{
920 if ( isNull() || isArray() || isObject() )
921 return size() == 0u;
922 else
923 return false;
924}
925
926
927bool

Callers 15

parseMethod · 0.80
readValueMethod · 0.80
addCommentMethod · 0.80
readObjectMethod · 0.80
writeValueMethod · 0.80
writeArrayValueMethod · 0.80
writeIndentMethod · 0.80
sizeMethod · 0.80
cBlockIDMapMethod · 0.80
ResolveItemMethod · 0.80
AddToMapMethod · 0.80
InitializeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected