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

Method GetWrapperName

tools/gyp/pylib/gyp/xcode_emulation.py:297–301  ·  view source on GitHub ↗

Returns the directory name of the bundle represented by this target. Only valid for bundles.

(self)

Source from the content-addressed store, hash-verified

295 return self._GetStandaloneBinaryPath()
296
297 def GetWrapperName(self):
298 """Returns the directory name of the bundle represented by this target.
299 Only valid for bundles."""
300 assert self._IsBundle()
301 return self.GetProductName() + self.GetWrapperExtension()
302
303 def GetBundleContentsFolderPath(self):
304 """Returns the qualified path to the bundle's contents folder. E.g.

Callers 7

GetFullProductNameMethod · 0.95
GetInstallNameMethod · 0.95
_GetXcodeEnvFunction · 0.80
WriteLinkForArchMethod · 0.80

Calls 3

_IsBundleMethod · 0.95
GetProductNameMethod · 0.95
GetWrapperExtensionMethod · 0.95

Tested by

no test coverage detected