MCPcopy Create free account
hub / github.com/backnotprop/plannotator / isAbsoluteUserPath

Function isAbsoluteUserPath

packages/shared/resolve-file.ts:126–131  ·  view source on GitHub ↗
(
	input: string,
	platform = process.platform,
)

Source from the content-addressed store, hash-verified

124}
125
126export function isAbsoluteUserPath(
127 input: string,
128 platform = process.platform,
129): boolean {
130 return isAbsoluteNormalizedUserPath(normalizeUserPathInput(input, platform), platform);
131}
132
133export function resolveUserPath(
134 input: string,

Callers 5

handleDocFunction · 0.90
handleDocExistsFunction · 0.90
handleDocRequestFunction · 0.85
handleDocExistsRequestFunction · 0.85

Calls 2

normalizeUserPathInputFunction · 0.85

Tested by

no test coverage detected