MCPcopy Index your code
hub / github.com/NativeScript/NativeScript / startViteHMR

Function startViteHMR

packages/vite/hmr/client/index.ts:1529–1532  ·  view source on GitHub ↗
(opts?: { wsUrl?: string })

Source from the content-addressed store, hash-verified

1527 }
1528}
1529export default function startViteHMR(opts?: { wsUrl?: string }) {
1530 if (VERBOSE) console.log('[hmr-client] Starting HMR client', opts);
1531 initHmrClient(opts);
1532}

Callers

nothing calls this directly

Calls 2

initHmrClientFunction · 0.85
logMethod · 0.45

Tested by

no test coverage detected