(id: number)
| 70 | } |
| 71 | |
| 72 | get(id: number): string | undefined { |
| 73 | return id === 0 ? undefined : this.strings[id] |
| 74 | } |
| 75 | } |
| 76 | |
| 77 | // SGR 7 (inverse) as an AnsiCode. endCode '\x1b[27m' flags VISIBLE_ON_SPACE |
nothing calls this directly
no outgoing calls
no test coverage detected