MCPcopy
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

handleRequestMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected