MCPcopy
hub / github.com/angular/angular / write

Method write

packages/service-worker/worker/src/db-cache.ts:86–88  ·  view source on GitHub ↗
(key: string, value: Object)

Source from the content-addressed store, hash-verified

84 }
85
86 write(key: string, value: Object): Promise<void> {
87 return this.cache.put(this.request(key), this.adapter.newResponse(JSON.stringify(value)));
88 }
89}

Callers

nothing calls this directly

Calls 3

requestMethod · 0.95
putMethod · 0.65
newResponseMethod · 0.45

Tested by

no test coverage detected