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

Method Hashables

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

Source from the content-addressed store, hash-verified

387 return self.Name()
388
389 def Hashables(self):
390 hashables = [self.__class__.__name__]
391
392 if (name := self.Name()) is not None:
393 hashables.append(name)
394
395 hashables.extend(self._hashables)
396
397 return hashables
398
399 def HashablesForChild(self):
400 return None

Callers 10

ComputeIDsMethod · 0.95
HashablesMethod · 0.45
HashablesMethod · 0.45
HashablesForChildMethod · 0.45
PathHashablesMethod · 0.45
HashablesMethod · 0.45
HashablesMethod · 0.45
HashablesMethod · 0.45
HashablesMethod · 0.45

Calls 3

NameMethod · 0.95
appendMethod · 0.45
extendMethod · 0.45

Tested by

no test coverage detected