Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ IsVSInstalled
Method
IsVSInstalled
Source/cmVSSetupHelper.cxx:125–128 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
123
}
124
125
bool cmVSSetupAPIHelper::IsVSInstalled()
126
{
127
return this->EnumerateAndChooseVSInstance();
128
}
129
130
bool cmVSSetupAPIHelper::IsWin10SDKInstalled()
131
{
Callers
2
IsWindowsDesktopToolsetInstalled
Method · 0.80
EvaluateDefaultGlobalGenerator
Method · 0.80
Calls
1
EnumerateAndChooseVSInstance
Method · 0.95
Tested by
no test coverage detected