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

Method FrameworksGroup

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

Source from the content-addressed store, hash-verified

2819 # FrameworksGroup and ProjectsGroup are top-level groups used to collect
2820 # frameworks and projects.
2821 def FrameworksGroup(self):
2822 return self._GroupByName("Frameworks")
2823
2824 def ProjectsGroup(self):
2825 return self._GroupByName("Projects")

Callers 1

FileGroupMethod · 0.80

Calls 1

_GroupByNameMethod · 0.95

Tested by

no test coverage detected