Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/colbymchenry/codegraph
/ toPosix
Function
toPosix
src/upgrade/index.ts:58–60 ·
view source on GitHub ↗
(p: string)
Source
from the content-addressed store, hash-verified
56
}
57
58
function
toPosix(p: string): string {
59
return
p.replace(/\\/g,
'/'
);
60
}
61
62
/**
63
* Where the bundle installer keeps its install root, derived from the bundle
Callers
1
detectInstallMethod
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected