MCPcopy
hub / github.com/angular/angular / read

Method read

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

* Read a key from a table, either as an Object or with a given type.

(key: string)

Source from the content-addressed store, hash-verified

29 * Read a key from a table, either as an Object or with a given type.
30 */
31 read(key: string): Promise<Object>;
32 read<T>(key: string): Promise<T>;
33
34 /**

Callers 8

initializeMethod · 0.65
readFileFunction · 0.65
readFileBufferMethod · 0.65
doRequestMethod · 0.65
isComponentTemplateFunction · 0.65
isComponentStylesFunction · 0.65
readFileFunction · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by

no test coverage detected