(headers: string[])
| 186 | } |
| 187 | |
| 188 | const addResponseHeaders = (headers: string[]) => { |
| 189 | appendResponseHeaders(headers, responseHeaders) |
| 190 | } |
| 191 | |
| 192 | // `headers` is emitted synchronously inside `handleUpgrade`, so this |
| 193 | // listener cannot leak across concurrent upgrades on the shared `wss`. |
nothing calls this directly
no test coverage detected
searching dependent graphs…