MCPcopy
hub / github.com/nowork-studio/NotFair / go

Function go

notfair-cmo/src/components/thread-selector.tsx:110–115  ·  view source on GitHub ↗
(sessionId: string)

Source from the content-addressed store, hash-verified

108 const active = sessions.find((s) => s.sessionId === activeSessionId);
109
110 function go(sessionId: string) {
111 if (sessionId === activeSessionId) return;
112 start(() =>
113 router.push(projectHref(projectSlug, `/agents/${agentSlug}/chat/${sessionId}`)),
114 );
115 }
116
117 function newThread() {
118 const id = crypto.randomUUID();

Callers 1

ThreadSelectorFunction · 0.70

Calls 2

projectHrefFunction · 0.90
startFunction · 0.70

Tested by

no test coverage detected