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

Function join

packages/core/src/utils/path.ts:179–181  ·  view source on GitHub ↗
(...args: string[])

Source from the content-addressed store, hash-verified

177// posix version
178/** JSDoc */
179export function join(...args: string[]): string {
180 return normalizePath(args.join('/'));
181}
182
183/** JSDoc */
184export function dirname(path: string): string {

Callers 15

rewriteFramesIterateeFunction · 0.90
runFunction · 0.90
setup.mjsFile · 0.90
runFunction · 0.90
fixPackageJsonFunction · 0.90
prepareTmpDirFunction · 0.90
createTmpDirFunction · 0.90
createRunnerFunction · 0.90
runDockerComposeFunction · 0.90
buildAutoFlushFlagsFunction · 0.90
test.tsFile · 0.90

Calls 1

normalizePathFunction · 0.70

Tested by 10

assertFixtureViteVersionFunction · 0.68
getDiagnosticsForFixtureFunction · 0.68
testFunction · 0.68
testFunction · 0.68
testFunction · 0.68
testFunction · 0.68
testFunction · 0.68
testFunction · 0.68
testFunction · 0.68
testFunction · 0.68