| 4731 | } |
| 4732 | |
| 4733 | bool StyledWriter::hasCommentForValue(const Value& value) { |
| 4734 | return value.hasComment(commentBefore) || |
| 4735 | value.hasComment(commentAfterOnSameLine) || |
| 4736 | value.hasComment(commentAfter); |
| 4737 | } |
| 4738 | |
| 4739 | // Class StyledStreamWriter |
| 4740 | // ////////////////////////////////////////////////////////////////// |
nothing calls this directly
no test coverage detected