Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ has
Method
has
ThirdParty/jsoncpp/vtkjsoncpp/jsoncpp.cpp:3831–3833 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3829
}
3830
3831
bool Value::Comments::has(CommentPlacement slot) const {
3832
return ptr_ && !(*ptr_)[slot].empty();
3833
}
3834
3835
String Value::Comments::get(CommentPlacement slot) const {
3836
if (!ptr_)
Callers
1
hasComment
Method · 0.45
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected