Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ _ConfigTargetVersion
Function
_ConfigTargetVersion
tools/gyp/pylib/gyp/generator/msvs.py:302–303 ·
view source on GitHub ↗
(config_data)
Source
from the content-addressed store, hash-verified
300
301
302
def
_ConfigTargetVersion(config_data):
303
return
config_data.get(
"msvs_target_version"
,
"Windows7"
)
304
305
306
def
_ConfigPlatform(config_data):
Callers
1
_GetMSBuildConfigurationDetails
Function · 0.85
Calls
1
get
Method · 0.65
Tested by
no test coverage detected