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

Function IsDepsFile

deps/v8/PRESUBMIT.py:198–199  ·  view source on GitHub ↗
(p)

Source from the content-addressed store, hash-verified

196 return impacted_file_objs
197
198 def IsDepsFile(p):
199 return os.path.isfile(p) and os.path.basename(p) == 'DEPS'
200
201 def union(list_of_lists):
202 """Ensure no duplicates"""

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…