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

Method GetProcessorScript

deps/v8/tools/v8_presubmit.py:315–318  ·  view source on GitHub ↗

Expected to return a tuple (path to the format processor script, list of arguments).

(self)

Source from the content-addressed store, hash-verified

313 raise NotImplementedError
314
315 def GetProcessorScript(self):
316 """Expected to return a tuple
317 (path to the format processor script, list of arguments)."""
318 raise NotImplementedError
319
320 def GetProcessorCommand(self):
321 format_processor, options = self.GetProcessorScript()

Callers 1

GetProcessorCommandMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected