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

Method _IsXCTest

tools/gyp/pylib/gyp/xcode_emulation.py:241–242  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

239 )
240
241 def _IsXCTest(self):
242 return int(self.spec.get("mac_xctest_bundle", 0)) != 0
243
244 def _IsXCUiTest(self):
245 return int(self.spec.get("mac_xcuitest_bundle", 0)) != 0

Callers 4

_IsBundleMethod · 0.95
GetCflagsMethod · 0.95
GetLdflagsMethod · 0.95
_GetIOSPostbuildsMethod · 0.95

Calls 2

intFunction · 0.85
getMethod · 0.65

Tested by

no test coverage detected