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

Method getItem

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

* Returns the current value associated with the given key, or null if the given key does not exist in the list associated with the object.

(key: string)

Source from the content-addressed store, hash-verified

11999 * Returns the current value associated with the given key, or null if the given key does not exist in the list associated with the object.
12000 */
12001 getItem(key: string): string | null;
12002 /**
12003 * Returns the name of the nth key in the list, or null if n is greater than or equal to the number of key/value pairs in the object.
12004 */

Callers 9

session.test.tsFile · 0.80
fetchSessionFunction · 0.80
storage-test.tsFile · 0.80
storage-test.tsFile · 0.80
test-storage.tsFile · 0.80
storage-test.tsFile · 0.80
test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected