Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
30
export
function
showItemInFolder(fullPath: string): void {
31
const
shell = getElectronShell();
32
if
(shell) {
33
shell.showItemInFolder(fullPath);
34
}
35
}
Callers
2
renderToolbar
Method · 0.90
renderCard
Method · 0.90
Calls
2
getElectronShell
Function · 0.85
showItemInFolder
Method · 0.80
Tested by
no test coverage detected