MCPcopy
hub / github.com/callstack/agent-device / expandHome

Method expandHome

src/daemon/session-store.ts:93–95  ·  view source on GitHub ↗
(filePath: string, cwd?: string)

Source from the content-addressed store, hash-verified

91 }
92
93 static expandHome(filePath: string, cwd?: string): string {
94 return expandSessionPath(filePath, cwd);
95 }
96}
97
98/** Path to session-scoped platform subprocess output, such as Apple runner xcodebuild logs. */

Callers 15

resolveScreenshotOutFunction · 0.80
handleAppDeployCommandFunction · 0.80
runReplayScriptFileFunction · 0.80
handleNativePerfStopFunction · 0.80
handleNativePerfReportFunction · 0.80
resolveNativePerfOutPathFunction · 0.80
startRecordingFunction · 0.80
resolveNativePerfOutPathFunction · 0.80

Calls 1

expandSessionPathFunction · 0.90

Tested by

no test coverage detected