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