| 4807 | } |
| 4808 | |
| 4809 | bool StyledWriter::hasCommentForValue(const Value& value) { |
| 4810 | return value.hasComment(commentBefore) || |
| 4811 | value.hasComment(commentAfterOnSameLine) || |
| 4812 | value.hasComment(commentAfter); |
| 4813 | } |
| 4814 | |
| 4815 | // Class StyledStreamWriter |
| 4816 | // ////////////////////////////////////////////////////////////////// |
nothing calls this directly
no test coverage detected