MCPcopy Index your code
hub / github.com/nodejs/node / _Test

Method _Test

tools/gyp/pylib/gyp/xcode_emulation.py:213–214  ·  view source on GitHub ↗
(self, test_key, cond_key, default)

Source from the content-addressed store, hash-verified

211 return self.xcode_settings[self.configname]
212
213 def _Test(self, test_key, cond_key, default):
214 return self._Settings().get(test_key, default) == cond_key
215
216 def _Appendf(self, lst, test_key, format_str, default=None):
217 if test_key in self._Settings():

Callers 8

GetCflagsMethod · 0.95
GetCflagsCCMethod · 0.95
GetCflagsObjCCMethod · 0.95
GetLdflagsMethod · 0.95
_GetStripPostbuildsMethod · 0.95

Calls 2

_SettingsMethod · 0.95
getMethod · 0.65

Tested by

no test coverage detected