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

Method IgnoreFile

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

Source from the content-addressed store, hash-verified

398 ]
399
400 def IgnoreFile(self, name):
401 return (super(CppLintProcessor, self).IgnoreFile(name)
402 or (name in CppLintProcessor.IGNORE_LINT))
403
404 def GetPathsToSearch(self):
405 dirs = ['include', 'samples', 'src']

Callers 2

IgnoreFileMethod · 0.45
FindFilesInMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected