Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2277
bool Value::empty() const {
2278
if (isNull() || isArray() || isObject())
2279
return size() == 0u;
2280
else
2281
return false;
2282
}
2283
2284
bool Value::operator!() const { return isNull(); }
2285
Callers
15
openImageDialog
Method · 0.45
saveImageDialog
Method · 0.45
drawGui
Method · 0.45
setup
Method · 0.45
keyDown
Method · 0.45
setup
Method · 0.45
keyDown
Method · 0.45
setup
Method · 0.45
draw
Method · 0.45
setupCapture
Method · 0.45
loadImagesThreadFn
Method · 0.45
mouseDown
Method · 0.45
Calls
2
isArray
Function · 0.85
size
Function · 0.50
Tested by
1
loadImagesThreadFn
Method · 0.36