(bufferKey: Id, pending: Pending)
| 67 | startTimeout(() => collDel(buffer, bufferKey), fragmentTimeoutSeconds); |
| 68 | |
| 69 | const delPending = (bufferKey: Id, pending: Pending) => { |
| 70 | stopTimeout(pending[3]); |
| 71 | collDel(buffer, bufferKey); |
| 72 | }; |
| 73 | |
| 74 | return (payload: string) => |
| 75 | ifPayloadValid(payload, (fromClientId, remainder) => { |
no test coverage detected
searching dependent graphs…