MCPcopy Index your code
hub / github.com/getsentry/sentry-javascript / open

Method open

packages/deno/lib.deno.d.ts:14921–14921  ·  view source on GitHub ↗

Open a cache storage for the provided name.

(cacheName: string)

Source from the content-addressed store, hash-verified

14919interface CacheStorage {
14920 /** Open a cache storage for the provided name. */
14921 open(cacheName: string): Promise<Cache>;
14922 /** Check if cache already exists for the provided name. */
14923 has(cacheName: string): Promise<boolean>;
14924 /** Delete cache storage for the provided name. */

Callers 15

createStoreFunction · 0.80
handleClickFunction · 0.80
startInspectorFunction · 0.80
_startWorkerFunction · 0.80
fetchFunction · 0.80
CreateFeedbackFormButtonFunction · 0.80
TranslatedFeedbackFormFunction · 0.80
ThumbsUpDownButtonsFunction · 0.80
fetchFunction · 0.80
subject.jsFile · 0.80
test.tsFile · 0.80
test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected