| 1306 | } |
| 1307 | |
| 1308 | bool Value::hasComment(CommentPlacement placement) const { |
| 1309 | return comments_ != 0 && comments_[placement].comment_ != 0; |
| 1310 | } |
| 1311 | |
| 1312 | std::string Value::getComment(CommentPlacement placement) const { |
| 1313 | if (hasComment(placement)) |
no outgoing calls
no test coverage detected