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

Function resolveScreenshotOut

src/daemon/request-generic-dispatch.ts:305–310  ·  view source on GitHub ↗
(
  out: string | undefined,
  cwd: string | undefined,
)

Source from the content-addressed store, hash-verified

303}
304
305function resolveScreenshotOut(
306 out: string | undefined,
307 cwd: string | undefined,
308): string | undefined {
309 return out ? SessionStore.expandHome(out, cwd) : out;
310}
311
312async function applyScreenshotOverlay(
313 session: SessionState,

Callers 1

Calls 1

expandHomeMethod · 0.80

Tested by

no test coverage detected