Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/srcbookdev/srcbook
/ create
Method
create
packages/web/src/clients/websocket/index.ts:78–83 ·
view source on GitHub ↗
(sessionId: string)
Source
from the content-addressed store, hash-verified
76
typeof OutgoingSessionEvents
77
> {
78
static create(sessionId: string) {
79
return
new
SessionChannel(client, `session:${sessionId}`, {
80
incoming: IncomingSessionEvents,
81
outgoing: OutgoingSessionEvents,
82
});
83
}
84
}
Callers
1
SessionPage
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected