MCPcopy Create free account
hub / github.com/Fibi66/FeiControl / FileTreeProps

Interface FileTreeProps

src/components/FileTree.tsx:23–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23interface FileTreeProps {
24 files: FileNode[];
25 selectedPath: string | null;
26 onSelect: (path: string) => void;
27}
28
29const getFileIcon = (name: string) => {
30 const lower = name.toLowerCase();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected