MCPcopy Index your code
hub / github.com/getagentseal/codeburn / Window

Interface Window

dash/src/lib/api.ts:69–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67
68declare global {
69 interface Window {
70 __CODEBURN_BOOTSTRAP__?: { devices: DeviceUsage[] }
71 }
72}
73
74// A device may run a different CodeBurn version and send a payload missing

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected