MCPcopy Index your code
hub / github.com/angular/angular / open

Method open

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

* Open a `Table`.

(table: string, cacheQueryOptions?: CacheQueryOptions)

Source from the content-addressed store, hash-verified

55 * Open a `Table`.
56 */
57 open(table: string, cacheQueryOptions?: CacheQueryOptions): Promise<Table>;
58}
59
60/**

Callers 15

getClientAssignmentsFunction · 0.65
happy_spec.tsFile · 0.65
removeAssetFromCacheFunction · 0.65
constructorMethod · 0.65
constructorMethod · 0.65
constructorFunction · 0.65
openMethod · 0.65
openMethod · 0.65
clearAllCachesFunction · 0.65
di_spec.tsFile · 0.65
content_spec.tsFile · 0.65

Implementers 1

CacheDatabasepackages/service-worker/worker/src/db-

Calls

no outgoing calls

Tested by

no test coverage detected