()
| 203 | ...PipeInspectableProto, |
| 204 | toJSON() { |
| 205 | return this.toString() |
| 206 | }, |
| 207 | toString() { |
| 208 | return `<redacted${isString(this.label) ? ":" + this.label : ""}>` |
| 209 | }, |
| 210 | [Hash.symbol]<T>(this: Redacted<T>): number { |
nothing calls this directly
no test coverage detected
searching dependent graphs…