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

Function _GetVsvarsSetupArgs

tools/gyp/pylib/gyp/msvs_emulation.py:1085–1087  ·  view source on GitHub ↗
(generator_flags, arch)

Source from the content-addressed store, hash-verified

1083
1084
1085def _GetVsvarsSetupArgs(generator_flags, arch):
1086 vs = GetVSVersion(generator_flags)
1087 return vs.SetupScript()
1088
1089
1090def ExpandMacros(string, expansions):

Callers

nothing calls this directly

Calls 2

GetVSVersionFunction · 0.85
SetupScriptMethod · 0.80

Tested by

no test coverage detected