Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/cli
/ stripDrive
Function
stripDrive
packages/create/src/utils.ts:48–50 ·
view source on GitHub ↗
(path: string)
Source
from the content-addressed store, hash-verified
46
}
47
48
export
function
stripDrive(path: string) {
49
return
path.replace(/^[A-Za-z]:/,
''
)
50
}
Callers
2
toCleanPath
Function · 0.85
toCleanPath
Function · 0.85
Calls
1
replace
Method · 0.65
Tested by
no test coverage detected