()
| 1023 | } |
| 1024 | |
| 1025 | summary() { |
| 1026 | const upstreamSummaries = 'TODO: fill in upstream of zip summaries'; |
| 1027 | return `{${upstreamSummaries}} -> Zip`; |
| 1028 | } |
| 1029 | |
| 1030 | private async nextState(afterState: Promise<IteratorResult<O>>): |
| 1031 | Promise<IteratorResult<O>> { |
nothing calls this directly
no outgoing calls
no test coverage detected