Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vitejs/vite
/ dispose
Method
dispose
packages/vite/types/hot.d.ts:23–23 ·
view source on GitHub ↗
(cb: (data: any) => void)
Source
from the content-addressed store, hash-verified
21
): void
22
23
dispose(cb: (data: any) => void): void
24
prune(cb: (data: any) => void): void
25
invalidate(message?: string): void
26
Callers
11
stop
Function · 0.65
unresolved.ts
File · 0.65
hmr.ts
File · 0.65
hmrDep.js
File · 0.65
child.js
File · 0.65
hmr.ts
File · 0.65
hmrDep.js
File · 0.65
dep3.js
File · 0.65
dep2.js
File · 0.65
child.js
File · 0.65
close
Function · 0.65
Implementers
1
HMRContext
packages/vite/src/shared/hmr.ts
Calls
no outgoing calls
Tested by
1
close
Function · 0.52