MCPcopy Create free account
hub / github.com/deathkiller/jazz2-native / hasComment

Method hasComment

Sources/Dependencies/jsoncpp/value.cpp:1632–1634  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1630 }
1631
1632 bool Value::hasComment() const {
1633 return comments_.hasAny();
1634 }
1635
1636 bool Value::hasComment(CommentPlacement placement) const {
1637 return comments_.has(placement);

Callers 5

toStyledStringMethod · 0.95
writeValueMethod · 0.80
hasCommentForValueMethod · 0.80

Calls 2

hasAnyMethod · 0.80
hasMethod · 0.80

Tested by

no test coverage detected