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

Function generateLogFileName

src/utils/xcodebuild-log-capture.ts:33–35  ·  view source on GitHub ↗
(toolName: string)

Source from the content-addressed store, hash-verified

31}
32
33function generateLogFileName(toolName: string): string {
34 return `${toolName}_${formatLogTimestamp()}_pid${process.pid}_${shortRandomSuffix()}.log`;
35}
36
37export interface LogCapture {
38 write(chunk: string): void;

Callers 2

createLogCaptureFunction · 0.85
flushFunction · 0.85

Calls 2

formatLogTimestampFunction · 0.90
shortRandomSuffixFunction · 0.90

Tested by

no test coverage detected