MCPcopy Create free account
hub / github.com/Chat2AnyLLM/code-agent-manager / Window

Interface Window

frontend/src/services/api.ts:10–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8
9declare global {
10 interface Window { __CAM_SIDECAR__?: SidecarConfig; __TAURI_INTERNALS__?: unknown }
11}
12
13let tauriSidecar: Promise<SidecarConfig | undefined> | undefined

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected