(bufferKey: Id)
| 64 | const buffer: IdMap<Pending> = mapNew(); |
| 65 | |
| 66 | const setPendingTimeout = (bufferKey: Id) => |
| 67 | startTimeout(() => collDel(buffer, bufferKey), fragmentTimeoutSeconds); |
| 68 | |
| 69 | const delPending = (bufferKey: Id, pending: Pending) => { |
| 70 | stopTimeout(pending[3]); |
no test coverage detected
searching dependent graphs…