MCPcopy Create free account
hub / github.com/microsoft/vscode-cpptools / isAbsolute

Method isAbsolute

Extension/src/Utility/System/assertions.ts:23–25  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

21 }
22
23 static isAbsolute(path: string) {
24 ok(isAbsolutePath(path), `Path ${path} is not an absolute path`);
25 }
26}

Callers 7

resolveConfigIncludesFunction · 0.80
processFactoryFunction · 0.80
resolvePathMethod · 0.80
validatePathMethod · 0.80
handleSquigglesImplMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected