MCPcopy
hub / github.com/angular/angular / request

Method request

packages/service-worker/worker/src/db-cache.ts:65–67  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

63 }
64
65 private request(key: string): Request {
66 return this.adapter.newRequest('/' + key);
67 }
68
69 'delete'(key: string): Promise<boolean> {
70 return this.cache.delete(this.request(key), this.cacheQueryOptions);

Callers 3

'delete'Method · 0.95
readMethod · 0.95
writeMethod · 0.95

Calls 1

newRequestMethod · 0.45

Tested by

no test coverage detected