Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
41
def
CheckChangeOnUpload(input_api, output_api):
42
return
_CommonChecks(input_api, output_api)
43
44
45
def
CheckChangeOnCommit(input_api, output_api):
Callers
nothing calls this directly
Calls
1
_CommonChecks
Function · 0.70
Tested by
no test coverage detected