Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
164
function
removeCb({ msg }) {
165
text(
'.toRemove'
, msg)
166
import
.meta.hot.off(
'custom:remove'
, removeCb)
167
}
Callers
nothing calls this directly
Calls
2
text
Function · 0.70
off
Method · 0.65
Tested by
no test coverage detected