Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ _ConfigPlatform
Function
_ConfigPlatform
tools/gyp/pylib/gyp/generator/msvs.py:306–307 ·
view source on GitHub ↗
(config_data)
Source
from the content-addressed store, hash-verified
304
305
306
def
_ConfigPlatform(config_data):
307
return
config_data.get(
"msvs_configuration_platform"
,
"Win32"
)
308
309
310
def
_ConfigBaseName(config_name, platform_name):
Callers
4
_ConfigFullName
Function · 0.85
_GetUniquePlatforms
Function · 0.85
_GetPlatformOverridesOfProject
Function · 0.85
_GetMSBuildGlobalProperties
Function · 0.85
Calls
1
get
Method · 0.65
Tested by
no test coverage detected