MCPcopy 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
44export function hasDrive(path: string) {
45 return /^[A-Za-z]:/.test(path)
46}
47
48export function stripDrive(path: string) {
49 return path.replace(/^[A-Za-z]:/, '')

Callers 2

toCleanPathFunction · 0.85
toCleanPathFunction · 0.85

Calls 1

testMethod · 0.80

Tested by

no test coverage detected