Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/aspen-cloud/triplit
/ createSession
Method
createSession
packages/server-core/src/triplit-server.ts:73–75 ·
view source on GitHub ↗
(token: ProjectJWT)
Source
from the content-addressed store, hash-verified
71
}
72
73
createSession(token: ProjectJWT) {
74
return
new
Session(this, token);
75
}
76
77
// getConnection(clientId: string) {
78
// return this.connections.get(clientId);
Callers
2
handleRequest
Method · 0.95
transport-tests.spec.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected