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

Function handleEntryDoubleClick

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

Source from the content-addressed store, hash-verified

350 };
351
352 const handleEntryDoubleClick = (entry: FileEntry) => {
353 // Double click navigates into directories
354 if (entry.is_directory) {
355 navigateToDirectory(entry.path);
356 }
357 };
358
359 return (
360 <motion.div

Callers 2

FilePickerFunction · 0.85

Calls 1

navigateToDirectoryFunction · 0.85

Tested by

no test coverage detected