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