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

Method _IsIosWatchKitExtension

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

Source from the content-addressed store, hash-verified

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
252
253 def _IsIosWatchApp(self):
254 return int(self.spec.get("ios_watch_app", 0)) != 0

Callers 3

GetWrapperExtensionMethod · 0.95
GetProductTypeMethod · 0.95
GetLdflagsMethod · 0.95

Calls 2

intFunction · 0.85
getMethod · 0.65

Tested by

no test coverage detected