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