MCPcopy Create free account
hub / github.com/getsentry/sentry-javascript / keys

Function keys

packages/browser/src/transports/offline.ts:52–54  ·  view source on GitHub ↗
(store: IDBObjectStore)

Source from the content-addressed store, hash-verified

50}
51
52function keys(store: IDBObjectStore): Promise<number[]> {
53 return promisifyRequest(store.getAllKeys() as IDBRequest<number[]>);
54}
55
56/** Insert into the end of the store */
57export function push(store: Store, value: Uint8Array | string, maxQueueSize: number): Promise<void> {

Callers 3

pushFunction · 0.70
unshiftFunction · 0.70
shiftFunction · 0.70

Calls 1

promisifyRequestFunction · 0.85

Tested by

no test coverage detected