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

Method GetFullProductName

tools/gyp/pylib/gyp/xcode_emulation.py:290–295  ·  view source on GitHub ↗

Returns FULL_PRODUCT_NAME.

(self)

Source from the content-addressed store, hash-verified

288 return self.spec.get("product_name", self.spec["target_name"])
289
290 def GetFullProductName(self):
291 """Returns FULL_PRODUCT_NAME."""
292 if self._IsBundle():
293 return self.GetWrapperName()
294 else:
295 return self._GetStandaloneBinaryPath()
296
297 def GetWrapperName(self):
298 """Returns the directory name of the bundle represented by this target.

Callers 2

_GetIOSPostbuildsMethod · 0.95
_GetXcodeEnvFunction · 0.80

Calls 3

_IsBundleMethod · 0.95
GetWrapperNameMethod · 0.95

Tested by

no test coverage detected