MCPcopy Index your code
hub / github.com/tinyplex/tinybase / delPending

Function delPending

src/synchronizers/common.ts:69–72  ·  view source on GitHub ↗
(bufferKey: Id, pending: Pending)

Source from the content-addressed store, hash-verified

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) => {

Callers 1

createPayloadReceiverFunction · 0.70

Calls 1

collDelFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…