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

Method GetPathsToSearch

deps/v8/tools/v8_presubmit.py:463–464  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

461 return name.endswith('.js') or name.endswith('.mjs')
462
463 def GetPathsToSearch(self):
464 return ['tools/system-analyzer', 'tools/heap-layout', 'tools/js']
465
466 def GetProcessorWorker(self):
467 return JSLintWorker

Callers 2

RunOnPathMethod · 0.45
RunOnFilesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected