Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Railly/agentfiles
/ ElectronShell
Interface
ElectronShell
src/utils/shell.ts:1–4 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
interface
ElectronShell {
2
openExternal(url: string): Promise<void>;
3
showItemInFolder(fullPath: string): void;
4
}
5
6
interface
ElectronModule {
7
shell: ElectronShell;
Callers
4
ut
Function · 0.80
openExternal
Function · 0.80
ht
Function · 0.80
showItemInFolder
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected