(text, kind)
| 128425 | } |
| 128426 | } |
| 128427 | function writeKind(text, kind) { |
| 128428 | if (length > absoluteMaximumLength) |
| 128429 | return; |
| 128430 | writeIndent(); |
| 128431 | length += text.length; |
| 128432 | displayParts.push(displayPart(text, kind)); |
| 128433 | } |
| 128434 | function writeSymbol(text, symbol) { |
| 128435 | if (length > absoluteMaximumLength) |
| 128436 | return; |
no test coverage detected
searching dependent graphs…