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

Function expandSessionPath

src/daemon/session-paths.ts:7–9  ·  view source on GitHub ↗
(filePath: string, cwd?: string)

Source from the content-addressed store, hash-verified

5}
6
7export function expandSessionPath(filePath: string, cwd?: string): string {
8 return resolveUserPath(filePath, { cwd });
9}

Callers 3

expandHomeMethod · 0.90
recordActionEntryFunction · 0.90
resolveScriptPathMethod · 0.90

Calls 1

resolveUserPathFunction · 0.90

Tested by

no test coverage detected