Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
_IsBundle
Method · 0.95
GetCflags
Method · 0.95
GetLdflags
Method · 0.95
_GetIOSPostbuilds
Method · 0.95
Calls
2
int
Function · 0.85
get
Method · 0.65
Tested by
no test coverage detected