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

Method IsRelevant

deps/v8/tools/v8_presubmit.py:564–568  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

562 return super(SourceProcessor, self).FindFilesIn(path)
563
564 def IsRelevant(self, name):
565 for ext in SourceProcessor.RELEVANT_EXTENSIONS:
566 if name.endswith(ext):
567 return True
568 return False
569
570 def GetPathsToSearch(self):
571 return ['.']

Callers 1

FindFilesInMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected