()
| 313 | } |
| 314 | |
| 315 | getIndentString(): string { |
| 316 | this._ensureindentStr() |
| 317 | return this.indentStr === null ? '\t' : this.indentStr |
| 318 | } |
| 319 | |
| 320 | /** |
| 321 | * Prefixes each line of the string with prefix. |
nothing calls this directly
no test coverage detected