MCPcopy Create free account
hub / github.com/TestSprite/testsprite-cli / resolveAbsolute

Function resolveAbsolute

src/commands/test.ts:896–898  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

894}
895
896function resolveAbsolute(path: string): string {
897 return isAbsolute(path) ? path : resolve(process.cwd(), path);
898}
899
900/**
901 * Drop a leading UTF-8 BOM (U+FEFF) from a freshly-read file. PowerShell 5.1's

Callers 6

readCodeFileGuardedFunction · 0.85
readCodeFileFunction · 0.85
readPlanStepsFileGuardedFunction · 0.85
readPlanFromGuardedFunction · 0.85
readPlansJsonlGuardedFunction · 0.85
readPlansFromDirGuardedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected