MCPcopy Index your code
hub / github.com/nodejs/node / Hashables

Method Hashables

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

Source from the content-addressed store, hash-verified

2200 return self.__class__.__name__
2201
2202 def Hashables(self):
2203 # super
2204 hashables = XCObject.Hashables(self)
2205
2206 # Use the hashables of the weak objects that this object refers to.
2207 hashables.append(self._properties["fileType"])
2208 if "filePatterns" in self._properties:
2209 hashables.append(self._properties["filePatterns"])
2210 return hashables
2211
2212
2213class PBXContainerItemProxy(XCObject):

Callers

nothing calls this directly

Calls 2

HashablesMethod · 0.45
appendMethod · 0.45

Tested by

no test coverage detected