()
| 205 | return this.toString() |
| 206 | }, |
| 207 | toString() { |
| 208 | return `<redacted${isString(this.label) ? ":" + this.label : ""}>` |
| 209 | }, |
| 210 | [Hash.symbol]<T>(this: Redacted<T>): number { |
| 211 | return Hash.hash(redacted.redactedRegistry.get(this)) |
| 212 | }, |
nothing calls this directly
no test coverage detected