MCPcopy Create free account
hub / github.com/nodejs/node / ProductsGroup

Method ProductsGroup

tools/gyp/pylib/gyp/xcodeproj_file.py:2810–2811  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2808 return self._GroupByName("Source")
2809
2810 def ProductsGroup(self):
2811 return self._GroupByName("Products")
2812
2813 # IntermediatesGroup is used to collect source-like files that are generated
2814 # by rules or script phases and are placed in intermediate directories such

Callers 1

__init__Method · 0.80

Calls 1

_GroupByNameMethod · 0.95

Tested by

no test coverage detected