()
| 940 | } |
| 941 | |
| 942 | summary() { |
| 943 | const upstreamSummaries = 'TODO: fill in upstream of chained summaries'; |
| 944 | return `${upstreamSummaries} -> Chained`; |
| 945 | } |
| 946 | |
| 947 | async next(): Promise<IteratorResult<T>> { |
| 948 | this.lastRead = this.readFromChain(this.lastRead); |
nothing calls this directly
no outgoing calls
no test coverage detected