MCPcopy
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
84function expandSourcePath(inputPath: string): string {
85 return expandUserHomePath(inputPath);
86}
87
88async function materializeLocalSource(
89 source: MaterializeInstallSource,

Callers 1

materializeLocalSourceFunction · 0.85

Calls 1

expandUserHomePathFunction · 0.90

Tested by

no test coverage detected