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

Method values

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

Source from the content-addressed store, hash-verified

9402interface DomIterable<K, V> {
9403 keys(): IterableIterator<K>;
9404 values(): IterableIterator<V>;
9405 entries(): IterableIterator<[K, V]>;
9406 [Symbol.iterator](): IterableIterator<[K, V]>;
9407 forEach(

Callers 15

filterDuplicatesFunction · 0.65
instrumentStreamFunction · 0.65
flushFunction · 0.65
_getFirstCachedFrameFunction · 0.65
_getTotalCountFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected