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

Function CheckChangeOnCommit

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

Source from the content-addressed store, hash-verified

664
665
666def CheckChangeOnCommit(input_api, output_api):
667 results = []
668 results.extend(_CommonChecks(input_api, output_api))
669 results.extend(input_api.canned_checks.CheckChangeHasDescription(
670 input_api, output_api))
671 if not _SkipTreeCheck(input_api, output_api):
672 results.extend(input_api.canned_checks.CheckTreeIsOpen(
673 input_api, output_api,
674 json_url='http://v8-status.appspot.com/current?format=json'))
675 return results

Callers

nothing calls this directly

Calls 3

_SkipTreeCheckFunction · 0.85
_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…