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

Method ProjectsGroup

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

Source from the content-addressed store, hash-verified

2822 return self._GroupByName("Frameworks")
2823
2824 def ProjectsGroup(self):
2825 return self._GroupByName("Projects")
2826
2827 def RootGroupForPath(self, path):
2828 """Returns a PBXGroup child of this object to which path should be added.

Callers 1

Calls 1

_GroupByNameMethod · 0.95

Tested by

no test coverage detected