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

Method FileGroup

tools/gyp/pylib/gyp/xcodeproj_file.py:2097–2098  ·  view source on GitHub ↗
(self, path)

Source from the content-addressed store, hash-verified

2095 return "CopyFiles"
2096
2097 def FileGroup(self, path):
2098 return self.PBXProjectAncestor().RootGroupForPath(path)
2099
2100 def SetDestination(self, path):
2101 """Set the dstSubfolderSpec and dstPath properties from path.

Callers

nothing calls this directly

Calls 2

RootGroupForPathMethod · 0.80
PBXProjectAncestorMethod · 0.45

Tested by

no test coverage detected