Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/anomalyco/opencode
/ Window
Interface
Window
packages/desktop/src/renderer/env.d.ts:4–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
3
declare global {
4
interface
Window {
5
api: ElectronAPI
6
__OPENCODE__?: {
7
deepLinks?: string[]
8
}
9
}
10
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected