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

Function createSessionId

src/utils/video_capture.ts:150–152  ·  view source on GitHub ↗
(simulatorUuid: string)

Source from the content-addressed store, hash-verified

148}
149
150function createSessionId(simulatorUuid: string): string {
151 return `${simulatorUuid}:${Date.now()}`;
152}
153
154export function listActiveVideoCaptureSessionIds(): string[] {
155 return Array.from(sessions.keys()).sort();

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected