MCPcopy Create free account
hub / github.com/cinder/Cinder / empty

Method empty

src/jsoncpp/jsoncpp.cpp:2277–2282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2275}
2276
2277bool Value::empty() const {
2278 if (isNull() || isArray() || isObject())
2279 return size() == 0u;
2280 else
2281 return false;
2282}
2283
2284bool Value::operator!() const { return isNull(); }
2285

Callers 15

openImageDialogMethod · 0.45
saveImageDialogMethod · 0.45
drawGuiMethod · 0.45
setupMethod · 0.45
keyDownMethod · 0.45
setupMethod · 0.45
keyDownMethod · 0.45
setupMethod · 0.45
drawMethod · 0.45
setupCaptureMethod · 0.45
loadImagesThreadFnMethod · 0.45
mouseDownMethod · 0.45

Calls 2

isArrayFunction · 0.85
sizeFunction · 0.50

Tested by 1

loadImagesThreadFnMethod · 0.36