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