@internal
()
| 1250 | } |
| 1251 | /** @internal */ |
| 1252 | toCodecStringTree(): AST { |
| 1253 | return replaceEncoding(this, [symbolToString]) |
| 1254 | } |
| 1255 | /** @internal */ |
| 1256 | getExpected(): string { |
| 1257 | return globalThis.String(this.symbol) |
nothing calls this directly
no test coverage detected