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

Method HasBuildSetting

tools/gyp/pylib/gyp/xcodeproj_file.py:2400–2401  ·  view source on GitHub ↗
(self, key)

Source from the content-addressed store, hash-verified

2398 return self._properties["buildConfigurationList"].DefaultConfiguration()
2399
2400 def HasBuildSetting(self, key):
2401 return self._properties["buildConfigurationList"].HasBuildSetting(key)
2402
2403 def GetBuildSetting(self, key):
2404 return self._properties["buildConfigurationList"].GetBuildSetting(key)

Callers 4

HasBuildSettingMethod · 0.45
__init__Method · 0.45
AddDependencyMethod · 0.45
GenerateOutputFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected