MCPcopy Create free account
hub / github.com/Work-Fisher/code-claw / handleDeleteSession

Function handleDeleteSession

ai-code-studio/src/App.tsx:354–356  ·  view source on GitHub ↗
(sessionId: string, currentName: string)

Source from the content-addressed store, hash-verified

352 }
353
354 function handleDeleteSession(sessionId: string, currentName: string) {
355 setDeleteConfirm({ sessionId, name: currentName });
356 }
357
358 async function confirmDeleteSession() {
359 if (!deleteConfirm) return;

Callers 1

AppFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected