Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
resolveConfigIncludes
Function · 0.80
processFactory
Function · 0.80
resolveDebugConfigurationWithSubstitutedVariables
Method · 0.80
provideDebugConfigurationsForType
Method · 0.80
resolvePath
Method · 0.80
validatePath
Method · 0.80
handleSquigglesImpl
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected