()
| 303 | } |
| 304 | |
| 305 | getIndentString(): string { |
| 306 | this._ensureindentStr() |
| 307 | return this.indentStr === null ? '\t' : this.indentStr |
| 308 | } |
| 309 | |
| 310 | /** |
| 311 | * Prefixes each line of the string with prefix. |
nothing calls this directly
no test coverage detected