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

Function getImages

packages/wasm/src/registry.ts:79–81  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

77 * Returns all known images.
78 */
79export function getImages(): Array<DebugImage> {
80 return IMAGES;
81}
82
83/**
84 * Looks up an image by URL.

Callers 2

processEventFunction · 0.90
patchFramesFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected