Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vitejs/vite
/ hmr
Function
hmr
playground/hmr-ssr/unresolved.ts:18–20 ·
view source on GitHub ↗
(key: string, value: unknown)
Source
from the content-addressed store, hash-verified
16
}
17
18
function
hmr(key: string, value: unknown) {
19
;(globalThis.__HMR__ as any)[key] = String(value)
20
}
Callers
1
unresolved.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected