MCPcopy 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
306def _ConfigPlatform(config_data):
307 return config_data.get("msvs_configuration_platform", "Win32")
308
309
310def _ConfigBaseName(config_name, platform_name):

Callers 4

_ConfigFullNameFunction · 0.85
_GetUniquePlatformsFunction · 0.85

Calls 1

getMethod · 0.65

Tested by

no test coverage detected