MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / containsContentHash

Function containsContentHash

packages/core/sdk/src/sentry-grouping.ts:79–79  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

77
78/** True when the value carries at least one build content hash. */
79export const containsContentHash = (value: string): boolean => stripContentHashes(value) !== value;
80
81/**
82 * Minified identifiers rotate with every build exactly like chunk hashes, so a

Callers 3

frameHasContentHashFunction · 0.85

Calls 1

stripContentHashesFunction · 0.85

Tested by

no test coverage detected