| 3471 | } |
| 3472 | |
| 3473 | bool StyledWriter::hasCommentForValue(const Value& value) { |
| 3474 | return value.hasComment(commentBefore) || |
| 3475 | value.hasComment(commentAfterOnSameLine) || |
| 3476 | value.hasComment(commentAfter); |
| 3477 | } |
| 3478 | |
| 3479 | // Class StyledStreamWriter |
| 3480 | // ////////////////////////////////////////////////////////////////// |
nothing calls this directly
no test coverage detected