MCPcopy
hub / github.com/21st-dev/1code / handleRevealInFinder

Function handleRevealInFinder

src/renderer/features/changes/changes-view.tsx:873–876  ·  view source on GitHub ↗
(filePath: string)

Source from the content-addressed store, hash-verified

871 };
872
873 const handleRevealInFinder = (filePath: string) => {
874 const absolutePath = `${worktreePath}/${filePath}`;
875 openInFinderMutation.mutate(absolutePath);
876 };
877
878 const handleOpenInEditor = (filePath: string) => {
879 const absolutePath = `${worktreePath}/${filePath}`;

Callers 1

ChangesViewFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected