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

Function getOverlayScriptPath

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

Source from the content-addressed store, hash-verified

49}
50
51function getOverlayScriptPath(): string {
52 overlayScriptPath ??= resolveScriptPath('recording-overlay.swift');
53 return overlayScriptPath;
54}
55
56function getTrimScriptPath(): string {
57 trimScriptPath ??= resolveScriptPath('recording-trim.swift');

Callers 1

overlayRecordingTouchesFunction · 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…