MCPcopy Create free account
hub / github.com/winfunc/opcode / handleEntryClick

Function handleEntryClick

src/components/FilePicker.tsx:347–350  ·  view source on GitHub ↗
(entry: FileEntry)

Source from the content-addressed store, hash-verified

345 };
346
347 const handleEntryClick = (entry: FileEntry) => {
348 // Single click always selects (file or directory)
349 onSelect(entry);
350 };
351
352 const handleEntryDoubleClick = (entry: FileEntry) => {
353 // Double click navigates into directories

Callers 2

FilePickerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected