Function
register
(response: ClientResponse.HttpClientResponse, controller: AbortController)
Source from the content-addressed store, hash-verified
| 164 | }) |
| 165 | return { |
| 166 | register(response: ClientResponse.HttpClientResponse, controller: AbortController) { |
| 167 | registry.register(response, controller, response) |
| 168 | }, |
| 169 | unregister(response: ClientResponse.HttpClientResponse) { |
| 170 | registry.unregister(response) |
| 171 | } |
Callers
nothing calls this directly
Tested by
no test coverage detected
Used in the wild real call sites across dependent graphs
searching dependent graphs…