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