MCPcopy Index your code
hub / github.com/getsentry/XcodeBuildMCP / shortRandomSuffix

Function shortRandomSuffix

src/utils/log-naming.ts:7–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5}
6
7export function shortRandomSuffix(): string {
8 return randomUUID().slice(0, 8);
9}

Callers 5

generateLogFileNameFunction · 0.90
startTrackedOsLogStreamFunction · 0.90
createArtifactPathFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected