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

Function _ConfigBaseName

tools/gyp/pylib/gyp/generator/msvs.py:310–314  ·  view source on GitHub ↗
(config_name, platform_name)

Source from the content-addressed store, hash-verified

308
309
310def _ConfigBaseName(config_name, platform_name):
311 if config_name.endswith("_" + platform_name):
312 return config_name[0 : -len(platform_name) - 1]
313 else:
314 return config_name
315
316
317def _ConfigFullName(config_name, config_data):

Callers 2

_ConfigFullNameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected