MCPcopy
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

markReadyMethod · 0.45
removeIframeMethod · 0.45
onReceivedMethod · 0.45
onErrorMethod · 0.45
wrapModuleFunction · 0.45
safeSendCallFunction · 0.45
BrowserTestRunnerClass · 0.45
ensureCDPHandlerMethod · 0.45
removeCDPHandlerMethod · 0.45
setupBrowserRpcFunction · 0.45
unregisterMockFunction · 0.45
extractLocationFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected