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

Method SourceGroup

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

Source from the content-addressed store, hash-verified

2805 # SourceGroup and ProductsGroup are created by default in Xcode's own
2806 # templates.
2807 def SourceGroup(self):
2808 return self._GroupByName("Source")
2809
2810 def ProductsGroup(self):
2811 return self._GroupByName("Products")

Callers 1

RootGroupForPathMethod · 0.95

Calls 1

_GroupByNameMethod · 0.95

Tested by

no test coverage detected