MCPcopy
hub / github.com/chenglou/pretext / Window

Interface Window

pages/accuracy.ts:85–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83
84declare global {
85 interface Window {
86 __ACCURACY_REPORT__?: AccuracyReport
87 }
88}
89
90const params = new URLSearchParams(location.search)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…