Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/callstack/agent-device
/ expandSourcePath
Function
expandSourcePath
src/platforms/install-source.ts:84–86 ·
view source on GitHub ↗
(inputPath: string)
Source
from the content-addressed store, hash-verified
82
}
83
84
function
expandSourcePath(inputPath: string): string {
85
return
expandUserHomePath(inputPath);
86
}
87
88
async
function
materializeLocalSource(
89
source: MaterializeInstallSource,
Callers
1
materializeLocalSource
Function · 0.85
Calls
1
expandUserHomePath
Function · 0.90
Tested by
no test coverage detected