| 4637 | } |
| 4638 | |
| 4639 | bool StyledWriter::hasCommentForValue(const Value& value) { |
| 4640 | return value.hasComment(commentBefore) || |
| 4641 | value.hasComment(commentAfterOnSameLine) || |
| 4642 | value.hasComment(commentAfter); |
| 4643 | } |
| 4644 | |
| 4645 | // Class StyledStreamWriter |
| 4646 | // ////////////////////////////////////////////////////////////////// |
nothing calls this directly
no test coverage detected