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

Method GetProductName

tools/gyp/pylib/gyp/xcode_emulation.py:286–288  ·  view source on GitHub ↗

Returns PRODUCT_NAME.

(self)

Source from the content-addressed store, hash-verified

284 )
285
286 def GetProductName(self):
287 """Returns PRODUCT_NAME."""
288 return self.spec.get("product_name", self.spec["target_name"])
289
290 def GetFullProductName(self):
291 """Returns FULL_PRODUCT_NAME."""

Callers 3

GetWrapperNameMethod · 0.95
GetInstallNameMethod · 0.95
_GetXcodeEnvFunction · 0.80

Calls 1

getMethod · 0.65

Tested by

no test coverage detected