Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Railly/agentfiles
/ ElectronModule
Interface
ElectronModule
src/utils/shell.ts:6–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4
}
5
6
interface
ElectronModule {
7
shell: ElectronShell;
8
}
9
10
function
getElectronShell(): ElectronShell | null {
11
try {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected