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

Method _SdkPath

tools/gyp/pylib/gyp/xcode_emulation.py:540–544  ·  view source on GitHub ↗
(self, configname=None)

Source from the content-addressed store, hash-verified

538 return XcodeSettings._platform_path_cache[sdk_root]
539
540 def _SdkPath(self, configname=None):
541 sdk_root = self._SdkRoot(configname)
542 if sdk_root.startswith("/"):
543 return sdk_root
544 return self._XcodeSdkPath(sdk_root)
545
546 def _XcodeSdkPath(self, sdk_root):
547 if sdk_root not in XcodeSettings._sdk_path_cache:

Callers 5

GetCflagsMethod · 0.95
GetLdflagsMethod · 0.95
_AdjustLibraryMethod · 0.95
_GetXcodeEnvFunction · 0.80

Calls 2

_SdkRootMethod · 0.95
_XcodeSdkPathMethod · 0.95

Tested by

no test coverage detected