MCPcopy
hub / github.com/stravu/crystal / handleCreateSession

Function handleCreateSession

frontend/src/components/ProjectTreeView.tsx:263–267  ·  view source on GitHub ↗
(project: Project)

Source from the content-addressed store, hash-verified

261 };
262
263 const handleCreateSession = (project: Project) => {
264 // Just show the dialog for any project
265 setSelectedProjectForCreate(project);
266 setShowCreateDialog(true);
267 };
268
269 const detectCurrentBranch = async (path: string) => {
270 if (!path) return;

Callers 1

ProjectTreeViewFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected