MCPcopy Create free account
hub / github.com/Railly/agentfiles / showItemInFolder

Function showItemInFolder

src/utils/shell.ts:30–35  ·  view source on GitHub ↗
(fullPath: string)

Source from the content-addressed store, hash-verified

28}
29
30export function showItemInFolder(fullPath: string): void {
31 const shell = getElectronShell();
32 if (shell) {
33 shell.showItemInFolder(fullPath);
34 }
35}

Callers 2

renderToolbarMethod · 0.90
renderCardMethod · 0.90

Calls 2

getElectronShellFunction · 0.85
showItemInFolderMethod · 0.80

Tested by

no test coverage detected