MCPcopy Index your code
hub / github.com/nodejs/node / getNormalizedAbsolutePathWithoutRoot

Function getNormalizedAbsolutePathWithoutRoot

test/fixtures/snapshot/typescript.js:8004–8006  ·  view source on GitHub ↗
(fileName, currentDirectory)

Source from the content-addressed store, hash-verified

8002 return pathComponents.slice(1).join(ts.directorySeparator);
8003 }
8004 function getNormalizedAbsolutePathWithoutRoot(fileName, currentDirectory) {
8005 return getPathWithoutRoot(getNormalizedPathComponents(fileName, currentDirectory));
8006 }
8007 ts.getNormalizedAbsolutePathWithoutRoot = getNormalizedAbsolutePathWithoutRoot;
8008 function toPath(fileName, basePath, getCanonicalFileName) {
8009 var nonCanonicalizedPath = isRootedDiskPath(fileName)

Callers

nothing calls this directly

Calls 2

getPathWithoutRootFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…