| 5108 | } |
| 5109 | |
| 5110 | bool StyledWriter::hasCommentForValue(const Value &value) |
| 5111 | { |
| 5112 | return value.hasComment(commentBefore) || value.hasComment(commentAfterOnSameLine) || |
| 5113 | value.hasComment(commentAfter); |
| 5114 | } |
| 5115 | |
| 5116 | // Class StyledStreamWriter |
| 5117 | // ////////////////////////////////////////////////////////////////// |
nothing calls this directly
no test coverage detected