| 613 | } |
| 614 | |
| 615 | bool StyledWriter::hasCommentForValue(const Value& value) { |
| 616 | return value.hasComment(commentBefore) || |
| 617 | value.hasComment(commentAfterOnSameLine) || |
| 618 | value.hasComment(commentAfter); |
| 619 | } |
| 620 | |
| 621 | // Class StyledStreamWriter |
| 622 | // ////////////////////////////////////////////////////////////////// |
nothing calls this directly
no test coverage detected