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

Method IgnoreDir

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

Source from the content-addressed store, hash-verified

571 return ['.']
572
573 def IgnoreDir(self, name):
574 return (super(SourceProcessor, self).IgnoreDir(name) or
575 name in ('third_party', 'out', 'obj', 'DerivedSources'))
576
577 IGNORE_COPYRIGHTS = ['box2d.js',
578 'cpplint.py',

Callers 3

FindFilesInMethod · 0.95
IgnoreDirMethod · 0.45
IgnoreDirMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected