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

Method showItemInFolder

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

Source from the content-addressed store, hash-verified

1interface ElectronShell {
2 openExternal(url: string): Promise<void>;
3 showItemInFolder(fullPath: string): void;
4}
5
6interface ElectronModule {

Callers 2

htFunction · 0.80
showItemInFolderFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected