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

Method ProcessFiles

deps/v8/tools/v8_presubmit.py:745–750  ·  view source on GitHub ↗
(self, files)

Source from the content-addressed store, hash-verified

743 return ['test', 'tools/testrunner']
744
745 def ProcessFiles(self, files):
746 success = True
747 for status_file_path in sorted(self._GetStatusFiles(files)):
748 success &= statusfile.PresubmitCheck(status_file_path)
749 success &= _CheckStatusFileForDuplicateKeys(status_file_path)
750 return success
751
752 def _GetStatusFiles(self, files):
753 test_path = join(dirname(TOOLS_PATH), 'test')

Callers

nothing calls this directly

Calls 3

_GetStatusFilesMethod · 0.95
sortedFunction · 0.85

Tested by

no test coverage detected