MCPcopy
hub / github.com/partykit/partykit / get

Method get

packages/partymix/src/partyStorage.ts:14–14  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

12
13interface PartyStorage {
14 get(id: string): Promise<string | null>;
15 put(
16 id: string,
17 data: string,

Callers 15

warnIfOptionsChangedFunction · 0.65
getYDocFunction · 0.65
closeConnFunction · 0.65
onConnectFunction · 0.65
groupByFunction · 0.65
createMultiPartiesFunction · 0.65
fetchMethod · 0.65
fetchFunction · 0.65
fetchStaticAssetFunction · 0.65
getMethod · 0.65
getFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected