| 4682 | } |
| 4683 | |
| 4684 | bool StyledWriter::hasCommentForValue(const Value& value) { |
| 4685 | return value.hasComment(commentBefore) || |
| 4686 | value.hasComment(commentAfterOnSameLine) || |
| 4687 | value.hasComment(commentAfter); |
| 4688 | } |
| 4689 | |
| 4690 | // Class StyledStreamWriter |
| 4691 | // ////////////////////////////////////////////////////////////////// |
nothing calls this directly
no test coverage detected