MCPcopy Create free account
hub / github.com/Samsung/ONE / empty

Method empty

runtime/3rdparty/jsoncpp/jsoncpp.cpp:3566–3571  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3564}
3565
3566bool Value::empty() const
3567{
3568 if (isNull() || isArray() || isObject())
3569 return size() == 0U;
3570 return false;
3571}
3572
3573Value::operator bool() const { return !isNull(); }
3574

Callers 15

InitializeMethod · 0.45
mainFunction · 0.45
hlps_routineMethod · 0.45
checkModelfileFunction · 0.45
checkPackageFunction · 0.45
runMethod · 0.45
timeMicrosMethod · 0.45
mainFunction · 0.45
checkModelfileFunction · 0.45
checkPackageFunction · 0.45
ParseMethod · 0.45
shapeParamProvidedMethod · 0.45

Calls 1

sizeFunction · 0.50