| 8 | |
| 9 | declare global { |
| 10 | interface Window { __CAM_SIDECAR__?: SidecarConfig; __TAURI_INTERNALS__?: unknown } |
| 11 | } |
| 12 | |
| 13 | let tauriSidecar: Promise<SidecarConfig | undefined> | undefined |
nothing calls this directly
no outgoing calls
no test coverage detected