()
| 490 | } |
| 491 | |
| 492 | const close = async () => { |
| 493 | for (const { stream, aborter } of streams) { |
| 494 | stream.unsubscribeAll() |
| 495 | aborter.abort() |
| 496 | } |
| 497 | } |
| 498 | |
| 499 | return { |
| 500 | namespaceObj, |
nothing calls this directly
no outgoing calls
no test coverage detected