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