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

Function CheckChangeOnUpload

deps/v8/PRESUBMIT.py:660–663  ·  view source on GitHub ↗
(input_api, output_api)

Source from the content-addressed store, hash-verified

658
659
660def CheckChangeOnUpload(input_api, output_api):
661 results = []
662 results.extend(_CommonChecks(input_api, output_api))
663 return results
664
665
666def CheckChangeOnCommit(input_api, output_api):

Callers

nothing calls this directly

Calls 2

_CommonChecksFunction · 0.70
extendMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…