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

Method GetChildByPath

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

Source from the content-addressed store, hash-verified

1247 return None
1248
1249 def GetChildByPath(self, path):
1250 if not path:
1251 return None
1252
1253 if path in self._children_by_path:
1254 return self._children_by_path[path]
1255
1256 return None
1257
1258 def GetChildByRemoteObject(self, remote_object):
1259 # This method is a little bit esoteric. Given a remote_object, which

Callers 1

AddOrGetFileByPathMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected