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

Method prune

packages/vite/types/hot.d.ts:24–24  ·  view source on GitHub ↗
(cb: (data: any) => void)

Source from the content-addressed store, hash-verified

22
23 dispose(cb: (data: any) => void): void
24 prune(cb: (data: any) => void): void
25 invalidate(message?: string): void
26
27 on<T extends CustomEventName>(

Callers 4

child.jsFile · 0.65
dep3.jsFile · 0.65
dep2.jsFile · 0.65
child.jsFile · 0.65

Implementers 1

HMRContextpackages/vite/src/shared/hmr.ts

Calls

no outgoing calls

Tested by

no test coverage detected