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

Method GetBuildSetting

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

Source from the content-addressed store, hash-verified

2401 return self._properties["buildConfigurationList"].HasBuildSetting(key)
2402
2403 def GetBuildSetting(self, key):
2404 return self._properties["buildConfigurationList"].GetBuildSetting(key)
2405
2406 def SetBuildSetting(self, key, value):
2407 return self._properties["buildConfigurationList"].SetBuildSetting(key, value)

Callers 4

HasBuildSettingMethod · 0.45
GetBuildSettingMethod · 0.45
AddDependencyMethod · 0.45
GenerateOutputFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected