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

Method IsRelevant

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

Source from the content-addressed store, hash-verified

458 file_type='JavaScript')
459
460 def IsRelevant(self, name):
461 return name.endswith('.js') or name.endswith('.mjs')
462
463 def GetPathsToSearch(self):
464 return ['tools/system-analyzer', 'tools/heap-layout', 'tools/js']

Callers 2

RunOnFilesMethod · 0.45
FindFilesInMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected