MCPcopy
hub / github.com/angular/angular / delete

Method delete

packages/service-worker/worker/testing/fetch.ts:84–86  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

82 }
83
84 delete(name: string): void {
85 this.map.delete(name.toLowerCase());
86 }
87
88 entries() {
89 return this.map.entries();

Callers 8

safety-worker.jsFile · 0.45
happy_spec.tsFile · 0.45
removeAssetFromCacheFunction · 0.45
'delete'Method · 0.45
'delete'Method · 0.45
clearAllCachesFunction · 0.45
removeMethod · 0.45
removeEventListenerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected