Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ empty
Method
empty
ThirdParty/jsoncpp/vtkjsoncpp/jsoncpp.cpp:3320–3324 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3318
}
3319
3320
bool Value::empty() const {
3321
if (isNull() || isArray() || isObject())
3322
return size() == 0U;
3323
return false;
3324
}
3325
3326
Value::operator bool() const { return !isNull(); }
3327
Callers
15
GetTooltipLabel
Method · 0.45
Paint
Method · 0.45
GetBoundingRect
Method · 0.45
GetTooltipLabel
Method · 0.45
ClearSpecificResizes
Method · 0.45
LabelOuter
Method · 0.45
SelectPoints
Method · 0.45
UpdateCache
Method · 0.45
GetTooltipLabel
Method · 0.45
GetSelectedArray
Method · 0.45
Paint
Method · 0.45
PaintLegend
Method · 0.45
Calls
2
isNull
Function · 0.85
size
Function · 0.50
Tested by
15
VectorReallocator
Function · 0.36
TestPartitionedDataSetFilters
Function · 0.36
GetMergedMessage
Method · 0.36
CheckFound
Method · 0.36
DoRenderTest
Function · 0.36
test_equal_images
Function · 0.36
test_equal_images
Function · 0.36
testTypeContainer
Function · 0.36
testManager
Function · 0.36
TestFileAccess
Method · 0.36
testHelloWorldEncoding
Function · 0.36
testRobustEncoding
Function · 0.36