| 4699 | } |
| 4700 | |
| 4701 | bool StyledWriter::hasCommentForValue(const Value &value) { |
| 4702 | return value.hasComment(commentBefore) || |
| 4703 | value.hasComment(commentAfterOnSameLine) || |
| 4704 | value.hasComment(commentAfter); |
| 4705 | } |
| 4706 | |
| 4707 | // Class StyledStreamWriter |
| 4708 | // ////////////////////////////////////////////////////////////////// |
nothing calls this directly
no test coverage detected