()
| 128446 | lineStart = true; |
| 128447 | } |
| 128448 | function resetWriter() { |
| 128449 | displayParts = []; |
| 128450 | lineStart = true; |
| 128451 | indent = 0; |
| 128452 | length = 0; |
| 128453 | } |
| 128454 | } |
| 128455 | function symbolPart(text, symbol) { |
| 128456 | return displayPart(text, displayPartKind(symbol)); |
no outgoing calls
no test coverage detected
searching dependent graphs…