Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/shareAI-lab/Kode-CLI
/ Window
Interface
Window
apps/desktop/src/renderer/App.tsx:4–6 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
3
declare global {
4
interface Window {
5
kode?: { ping: () => Promise<unknown> }
6
}
7
}
8
9
export function App() {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected