MCPcopy Create free account
hub / github.com/callstack/agent-device / getTrimScriptPath

Function getTrimScriptPath

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

Source from the content-addressed store, hash-verified

54}
55
56function getTrimScriptPath(): string {
57 trimScriptPath ??= resolveScriptPath('recording-trim.swift');
58 return trimScriptPath;
59}
60
61function getResizeScriptPath(): string {
62 resizeScriptPath ??= resolveScriptPath('recording-resize.swift');

Callers 1

trimRecordingStartFunction · 0.85

Calls 1

resolveScriptPathFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…