Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vitejs/vite
/ onFileChange
Method
onFileChange
packages/vite/src/node/server/mixedModuleGraph.ts:366–369 ·
view source on GitHub ↗
(file: string)
Source
from the content-addressed store, hash-verified
364
}
365
366
onFileChange(file: string): void {
367
this._client.onFileChange(file)
368
this._ssr.onFileChange(file)
369
}
370
371
onFileDelete(file: string): void {
372
this._client.onFileDelete(file)
Callers
1
onFileChange
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected