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

Function createRawPayload

src/synchronizers/common.ts:117–118  ·  view source on GitHub ↗
(clientId: Id, remainder: string)

Source from the content-addressed store, hash-verified

115 createRawPayload(toClientId ?? EMPTY_STRING, jsonStringWithUndefined(args));
116
117export const createRawPayload = (clientId: Id, remainder: string): string =>
118 clientId + MESSAGE_SEPARATOR + remainder;
119
120export const createPayloads = (
121 toClientId: IdOrNull,

Callers 5

#handleMessageMethod · 0.90
index.tsFile · 0.90
getMessageHandlerFunction · 0.90
createPayloadFunction · 0.70
createPayloadsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…