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

Function hot

packages/vite/src/node/server/index.ts:629–632  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

627 watcher,
628 ws,
629 get hot() {
630 warnFutureDeprecation(config, 'removeServerHot')
631 return hot
632 },
633 set hot(h) {
634 hot = h
635 },

Callers

nothing calls this directly

Calls 1

warnFutureDeprecationFunction · 0.90

Tested by

no test coverage detected