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

Method IgnoreFile

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

Source from the content-addressed store, hash-verified

498 ]
499
500 def IgnoreFile(self, name):
501 return (super(ClangFormatProcessor, self).IgnoreFile(name)
502 or (name in ClangFormatProcessor.IGNORE_FORMAT))
503
504 def GetPathsToSearch(self):
505 dirs = ['include', 'samples', 'src']

Callers

nothing calls this directly

Calls 1

IgnoreFileMethod · 0.45

Tested by

no test coverage detected