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

Function _CommonChecks

deps/v8/tools/clusterfuzz/foozzie/PRESUBMIT.py:19–25  ·  view source on GitHub ↗

Checks common to both upload and commit.

(input_api, output_api)

Source from the content-addressed store, hash-verified

17
18
19def _CommonChecks(input_api, output_api):
20 """Checks common to both upload and commit."""
21 checks = [
22 _RunTests,
23 ]
24
25 return sum([check(input_api, output_api) for check in checks], [])
26
27def CheckChangeOnCommit(input_api, output_api):
28 return _CommonChecks(input_api, output_api)

Callers 2

CheckChangeOnCommitFunction · 0.70
CheckChangeOnUploadFunction · 0.70

Calls 2

sumFunction · 0.50
checkFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…