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

Function removeCb

playground/hmr/hmr.ts:164–167  ·  view source on GitHub ↗
({ msg })

Source from the content-addressed store, hash-verified

162}
163
164function removeCb({ msg }) {
165 text('.toRemove', msg)
166 import.meta.hot.off('custom:remove', removeCb)
167}

Callers

nothing calls this directly

Calls 2

textFunction · 0.70
offMethod · 0.65

Tested by

no test coverage detected