static
| 621 | |
| 622 | // static |
| 623 | bool BuiltStyledStreamWriter::hasCommentForValue(const Value& value) { |
| 624 | return value.hasComment(commentBefore) || |
| 625 | value.hasComment(commentAfterOnSameLine) || |
| 626 | value.hasComment(commentAfter); |
| 627 | } |
| 628 | |
| 629 | /////////////// |
| 630 | // StreamWriter |
nothing calls this directly
no test coverage detected