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

Function receivePayload

src/synchronizers/common.ts:55–58  ·  view source on GitHub ↗
(payload: string, receive: Receive)

Source from the content-addressed store, hash-verified

53 );
54
55export const receivePayload = (payload: string, receive: Receive) =>
56 ifPayloadValid(payload, (fromClientId, remainder) =>
57 receivePayloadRemainder(fromClientId, remainder, receive),
58 );
59
60export const createPayloadReceiver = (
61 receive: Receive,

Callers 2

registerReceiveFunction · 0.50
registerReceiveFunction · 0.50

Calls 2

ifPayloadValidFunction · 0.70
receivePayloadRemainderFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…