Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
7
export
function
expandSessionPath(filePath: string, cwd?: string): string {
8
return
resolveUserPath(filePath, { cwd });
9
}
Callers
3
expandHome
Method · 0.90
recordActionEntry
Function · 0.90
resolveScriptPath
Method · 0.90
Calls
1
resolveUserPath
Function · 0.90
Tested by
no test coverage detected