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

Method _IsIosAppExtension

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

Source from the content-addressed store, hash-verified

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
249
250 def _IsIosWatchKitExtension(self):
251 return int(self.spec.get("ios_watchkit_extension", 0)) != 0

Callers 4

GetWrapperExtensionMethod · 0.95
GetProductTypeMethod · 0.95
GetLdflagsMethod · 0.95
_GetStripPostbuildsMethod · 0.95

Calls 2

intFunction · 0.85
getMethod · 0.65

Tested by

no test coverage detected