MCPcopy Index your code
hub / github.com/getsentry/sentry-javascript / string.test.ts

File string.test.ts

packages/core/test/lib/utils/string.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { afterEach, describe, expect, test, vi } from 'vitest';
2import { setNormalizeStringifier } from '../../../src';
3import { isMatchingPattern, safeJoin, stringMatchesSomePattern, truncate } from '../../../src/utils/string';
4

Callers

nothing calls this directly

Calls 6

testFunction · 0.90
truncateFunction · 0.90
isMatchingPatternFunction · 0.90
stringMatchesSomePatternFunction · 0.90
setNormalizeStringifierFunction · 0.90
safeJoinFunction · 0.90

Tested by

no test coverage detected