Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
13
interface
PartyStorage {
14
get(id: string): Promise<string | null>;
15
put(
16
id: string,
17
data: string,
Callers
15
warnIfOptionsChanged
Function · 0.65
awarenessChangeHandler
Method · 0.65
getYDoc
Function · 0.65
closeConn
Function · 0.65
onConnect
Function · 0.65
groupBy
Function · 0.65
createMultiParties
Function · 0.65
fetch
Method · 0.65
fetch
Function · 0.65
fetchStaticAsset
Function · 0.65
get
Method · 0.65
get
Function · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected