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

Method GetProcessorWorker

deps/v8/tools/v8_presubmit.py:311–313  ·  view source on GitHub ↗

Expected to return the worker function to run the formatter.

(self)

Source from the content-addressed store, hash-verified

309 self.file_type = file_type
310
311 def GetProcessorWorker(self):
312 """Expected to return the worker function to run the formatter."""
313 raise NotImplementedError
314
315 def GetProcessorScript(self):
316 """Expected to return a tuple

Callers 1

DetectFilesToChangeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected