MCPcopy Create free account
hub / github.com/op7418/CodePilot / ClaudeInstallDetection

Interface ClaudeInstallDetection

src/types/electron.d.ts:6–10  ·  view source on GitHub ↗

* Global type declarations for the Electron preload API. * Exposed via contextBridge.exposeInMainWorld('electronAPI', ...) in electron/preload.ts.

Source from the content-addressed store, hash-verified

4 */
5
6interface ClaudeInstallDetection {
7 path: string;
8 version: string | null;
9 type: 'native' | 'homebrew' | 'npm' | 'bun' | 'unknown';
10}
11
12interface ElectronInstallAPI {
13 checkPrerequisites: () => Promise<{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected