()
| 54 | } |
| 55 | |
| 56 | public reset() { |
| 57 | this.dedupeCache = new WeakMap(); |
| 58 | this.streamController = undefined; |
| 59 | this.counter = 1; |
| 60 | this.suspenseMap = new Map(); |
| 61 | this.sentFirstChunk = false; |
| 62 | } |
| 63 | |
| 64 | public registerChild(child: Children[]): number { |
| 65 | const id = this.counter++; |
no outgoing calls
no test coverage detected