(this: Headers, context: Context.Context<never>)
| 71 | }, |
| 72 | [Redactable.symbolRedactable]: { |
| 73 | value(this: Headers, context: Context.Context<never>): Record<string, string | Redacted.Redacted<string>> { |
| 74 | return redact(this, Context.get(context, CurrentRedactedNames)) |
| 75 | } |
| 76 | }, |
| 77 | toJSON: { |
| 78 | value(this: Headers) { |
nothing calls this directly
no test coverage detected