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

Method write

packages/service-worker/worker/src/database.ts:37–37  ·  view source on GitHub ↗

* Write a new value for a key to the table, overwriting any previous value.

(key: string, value: Object)

Source from the content-addressed store, hash-verified

35 * Write a new value for a key to the table, overwriting any previous value.
36 */
37 write(key: string, value: Object): Promise<void>;
38}
39
40/**

Callers 15

manage.jsFile · 0.65
buildTargetsFunction · 0.65
runBazelCommandOnTargetsFunction · 0.65
buildTargetsFunction · 0.65
runBazelCommandOnTargetsFunction · 0.65
initializeMethod · 0.65
syncMethod · 0.65
syncLruMethod · 0.65
cacheResponseMethod · 0.65
fetchAndCacheOnceFunction · 0.65
initializeFullyMethod · 0.65

Implementers 1

CacheTablepackages/service-worker/worker/src/db-

Calls

no outgoing calls

Tested by 3