MCPcopy 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
6interface ElectronModule {
7 shell: ElectronShell;
8}
9
10function getElectronShell(): ElectronShell | null {
11 try {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected