MCPcopy Index your code
hub / github.com/callstack/agent-device / getResizeScriptPath

Function getResizeScriptPath

src/recording/overlay.ts:61–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59}
60
61function getResizeScriptPath(): string {
62 resizeScriptPath ??= resolveScriptPath('recording-resize.swift');
63 return resizeScriptPath;
64}
65
66async function exportProcessedVideo(params: {
67 videoPath: string;

Callers 1

resizeRecordingFunction · 0.85

Calls 1

resolveScriptPathFunction · 0.70

Tested by

no test coverage detected