MCPcopy
hub / github.com/benjitaylor/agentation / createSessionForUser

Method createSessionForUser

mcp/src/server/sqlite.ts:590–590  ·  view source on GitHub ↗
(userId: string, url: string, projectId?: string)

Source from the content-addressed store, hash-verified

588
589 // User-scoped sessions
590 createSessionForUser(userId: string, url: string, projectId?: string): Session;
591 listSessionsForUser(userId: string): Session[];
592 getSessionForUser(userId: string, sessionId: string): Session | undefined;
593 getSessionWithAnnotationsForUser(userId: string, sessionId: string): SessionWithAnnotations | undefined;

Callers 1

createSessionForUserFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected