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

Function listActiveVideoCaptureSessionIds

src/utils/video_capture.ts:154–156  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

152}
153
154export function listActiveVideoCaptureSessionIds(): string[] {
155 return Array.from(sessions.keys()).sort();
156}
157
158export async function startSimulatorVideoCapture(
159 params: { simulatorUuid: string; fps?: number },

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected