MCPcopy Create free account
hub / github.com/d1ll0n/stack-packer / toAbsolutePath

Function toAbsolutePath

src/project/paths.ts:49–49  ·  view source on GitHub ↗
(target: string)

Source from the content-addressed store, hash-verified

47}
48
49export const toAbsolutePath = (target: string) => path.isAbsolute(target) ? target : path.join(process.cwd(), target);

Callers 1

mkdirIfNotExistsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected