MCPcopy Create free account
hub / github.com/nodejs/node / CheckChangeOnUpload

Function CheckChangeOnUpload

deps/v8/tools/mb/PRESUBMIT.py:41–42  ·  view source on GitHub ↗
(input_api, output_api)

Source from the content-addressed store, hash-verified

39
40
41def CheckChangeOnUpload(input_api, output_api):
42 return _CommonChecks(input_api, output_api)
43
44
45def CheckChangeOnCommit(input_api, output_api):

Callers

nothing calls this directly

Calls 1

_CommonChecksFunction · 0.70

Tested by

no test coverage detected