| 634 | } |
| 635 | |
| 636 | bool StyledWriter::hasCommentForValue(const Value& value) { |
| 637 | return value.hasComment(commentBefore) || |
| 638 | value.hasComment(commentAfterOnSameLine) || |
| 639 | value.hasComment(commentAfter); |
| 640 | } |
| 641 | |
| 642 | // Class StyledStreamWriter |
| 643 | // ////////////////////////////////////////////////////////////////// |
nothing calls this directly
no test coverage detected