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

Method _IsXCUiTest

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

Source from the content-addressed store, hash-verified

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
246
247 def _IsIosAppExtension(self):
248 return int(self.spec.get("ios_app_extension", 0)) != 0

Callers 2

_IsBundleMethod · 0.95
GetProductTypeMethod · 0.95

Calls 2

intFunction · 0.85
getMethod · 0.65

Tested by

no test coverage detected