()
| 18244 | writeText(s); |
| 18245 | } |
| 18246 | function reset() { |
| 18247 | output = ""; |
| 18248 | indent = 0; |
| 18249 | lineStart = true; |
| 18250 | lineCount = 0; |
| 18251 | linePos = 0; |
| 18252 | hasTrailingComment = false; |
| 18253 | } |
| 18254 | function rawWrite(s) { |
| 18255 | if (s !== undefined) { |
| 18256 | output += s; |
no test coverage detected
searching dependent graphs…