MCPcopy Create free account
hub / github.com/nodejs/node / GetVSVersion

Function GetVSVersion

tools/gyp/pylib/gyp/msvs_emulation.py:1076–1082  ·  view source on GitHub ↗
(generator_flags)

Source from the content-addressed store, hash-verified

1074
1075
1076def GetVSVersion(generator_flags):
1077 global vs_version
1078 if not vs_version:
1079 vs_version = gyp.MSVSVersion.SelectVisualStudioVersion(
1080 generator_flags.get("msvs_version", "auto"), allow_fallback=False
1081 )
1082 return vs_version
1083
1084
1085def _GetVsvarsSetupArgs(generator_flags, arch):

Callers 4

__init__Method · 0.85
_GetVsvarsSetupArgsFunction · 0.85
GenerateEnvironmentFilesFunction · 0.85

Calls 1

getMethod · 0.65

Tested by

no test coverage detected