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

Function resolveSessionRunnerLogPath

src/daemon/session-store.ts:99–101  ·  view source on GitHub ↗
(sessionDir: string)

Source from the content-addressed store, hash-verified

97
98/** Path to session-scoped platform subprocess output, such as Apple runner xcodebuild logs. */
99export function resolveSessionRunnerLogPath(sessionDir: string): string {
100 return path.join(sessionDir, 'runner.log');
101}
102
103/** Path to request-scoped daemon diagnostics for this session. */
104export function resolveSessionRequestLogPath(

Callers 3

completeOpenCommandFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected