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

Method IgnoreDir

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

Source from the content-addressed store, hash-verified

278 return self.ProcessFiles(all_files)
279
280 def IgnoreDir(self, name):
281 return (name.startswith('.') or
282 name in ('buildtools', 'data', 'gmock', 'gtest', 'kraken',
283 'octane', 'sunspider', 'traces-arm64'))
284
285 def IgnoreFile(self, name):
286 return name.startswith('.')

Callers 2

RunOnFilesMethod · 0.95
FindFilesInMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected