MCPcopy
hub / github.com/vitejs/vite / hmr

Function hmr

playground/hmr-ssr/hmr.ts:118–120  ·  view source on GitHub ↗
(key: string, value: unknown)

Source from the content-addressed store, hash-verified

116}
117
118function hmr(key: string, value: unknown) {
119 ;(globalThis.__HMR__ as any)[key] = String(value)
120}

Callers 2

textFunction · 0.70
setImgSrcFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected