MCPcopy Index your code
hub / github.com/microsoft/vscode-cpptools / getProcessedPathKey

Function getProcessedPathKey

Extension/src/SSH/sshHosts.ts:102–106  ·  view source on GitHub ↗
(filePath: string)

Source from the content-addressed store, hash-verified

100}
101
102function getProcessedPathKey(filePath: string): string {
103 const absolutePath: string = path.resolve(filePath);
104 const normalizedPath: string = path.normalize(absolutePath);
105 return isWindows ? normalizedPath.toLowerCase() : normalizedPath;
106}
107
108async function resolveConfigIncludes(
109 config: Configuration,

Callers 1

resolveConfigIncludesFunction · 0.85

Calls 1

resolveMethod · 0.65

Tested by

no test coverage detected