(s)
| 18239 | writeText(s); |
| 18240 | } |
| 18241 | function writeComment(s) { |
| 18242 | if (s) |
| 18243 | hasTrailingComment = true; |
| 18244 | writeText(s); |
| 18245 | } |
| 18246 | function reset() { |
| 18247 | output = ""; |
| 18248 | indent = 0; |
no test coverage detected
searching dependent graphs…