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

Method send

packages/vite/src/node/server/hmr.ts:131–131  ·  view source on GitHub ↗

* Broadcast events to all clients

(payload: HotPayload)

Source from the content-addressed store, hash-verified

129 * Broadcast events to all clients
130 */
131 send?(payload: HotPayload): void
132 /**
133 * Handle custom event emitted by `import.meta.hot.send`
134 */

Callers 15

sendFunction · 0.65
client.tsFile · 0.65
BundledDevClass · 0.65
listenMethod · 0.65
invalidateModuleMethod · 0.65
handleHmrOutputMethod · 0.65
setInvokeHandlerFunction · 0.65
normalizeHotChannelFunction · 0.65
handleHMRUpdateFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected