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

Method keys

packages/deno/lib.deno.d.ts:9403–9403  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9401/** @category Platform */
9402interface DomIterable<K, V> {
9403 keys(): IterableIterator<K>;
9404 values(): IterableIterator<V>;
9405 entries(): IterableIterator<[K, V]>;
9406 [Symbol.iterator](): IterableIterator<[K, V]>;

Callers 15

helpers.test.tsFile · 0.65
addProfileToGlobalCacheFunction · 0.65
shouldComponentUpdateMethod · 0.65
wrapCreateStubFunction · 0.65
sentryAstroFunction · 0.65
isAngularFixtureFunction · 0.65
client.test.tsFile · 0.65
lru.test.tsFile · 0.65

Calls

no outgoing calls

Tested by 1

getAttributesForRouteFunction · 0.52