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

Method onFileDelete

packages/vite/src/node/server/mixedModuleGraph.ts:371–374  ·  view source on GitHub ↗
(file: string)

Source from the content-addressed store, hash-verified

369 }
370
371 onFileDelete(file: string): void {
372 this._client.onFileDelete(file)
373 this._ssr.onFileDelete(file)
374 }
375
376 /** @internal */
377 _getModuleGraph(environment: string): EnvironmentModuleGraph {

Callers 1

onFileAddUnlinkFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected