Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
49
export
const
toAbsolutePath = (target: string) => path.isAbsolute(target) ? target : path.join(process.cwd(), target);
Callers
1
mkdirIfNotExists
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected