Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vitest-dev/vitest
/ delete
Method
delete
packages/mocker/src/registry.ts:134–136 ·
view source on GitHub ↗
(id: string)
Source
from the content-addressed store, hash-verified
132
}
133
134
public delete(id: string): void {
135
this.registryByUrl.delete(id)
136
}
137
138
public deleteById(id: string): void {
139
this.registryById.delete(id)
Callers
15
markReady
Method · 0.45
removeIframe
Method · 0.45
onReceived
Method · 0.45
onError
Method · 0.45
wrapModule
Function · 0.45
safeSendCall
Function · 0.45
BrowserTestRunner
Class · 0.45
ensureCDPHandler
Method · 0.45
removeCDPHandler
Method · 0.45
setupBrowserRpc
Function · 0.45
unregisterMock
Function · 0.45
extractLocation
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected