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

Method IgnoreDir

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

Source from the content-addressed store, hash-verified

487 return name.endswith('.cc') or name.endswith('.h')
488
489 def IgnoreDir(self, name):
490 return (super(ClangFormatProcessor, self).IgnoreDir(name)
491 or (name == 'third_party'))
492
493 # Clang-format is too slow on these files.
494 IGNORE_FORMAT = [

Callers

nothing calls this directly

Calls 1

IgnoreDirMethod · 0.45

Tested by

no test coverage detected