| 4757 | } |
| 4758 | |
| 4759 | bool StyledWriter::hasCommentForValue(const Value& value) { |
| 4760 | return value.hasComment(commentBefore) || |
| 4761 | value.hasComment(commentAfterOnSameLine) || |
| 4762 | value.hasComment(commentAfter); |
| 4763 | } |
| 4764 | |
| 4765 | // Class StyledStreamWriter |
| 4766 | // ////////////////////////////////////////////////////////////////// |
nothing calls this directly
no test coverage detected