MCPcopy Create free account
hub / github.com/DingyangLyu/MatClaw / createSession

Method createSession

src/web/server.ts:52–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50 listSessions(): WebChatThread[];
51 getActiveThreadId(): string;
52 createSession(): WebChatThread;
53 switchSession(threadId: string): WebChatThread | undefined;
54 renameSession(threadId: string, title: string): WebChatThread | undefined;
55 deleteSession(threadId: string):

Callers 1

startDashboardFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected