| 3451 | } |
| 3452 | |
| 3453 | std::string Value::getComment(CommentPlacement placement) const { |
| 3454 | if (hasComment(placement)) |
| 3455 | return comments_[placement].comment_; |
| 3456 | return ""; |
| 3457 | } |
| 3458 | |
| 3459 | std::string Value::toStyledString() const { |
| 3460 | StyledWriter writer; |
no outgoing calls
no test coverage detected