MCPcopy 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
3831bool Value::Comments::has(CommentPlacement slot) const {
3832 return ptr_ && !(*ptr_)[slot].empty();
3833}
3834
3835String Value::Comments::get(CommentPlacement slot) const {
3836 if (!ptr_)

Callers 1

hasCommentMethod · 0.45

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected