Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/treeverse/dvc
/ _run
Method
_run
dvc/commands/git_hook.py:59–62 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
57
58
class
CmdPrePush(CmdHookBase):
59
def
_run(self):
60
from
dvc.cli
import
main
61
62
return
main([
"push"
])
63
64
65
class
CmdMergeDriver(CmdHookBase):
Callers
nothing calls this directly
Calls
1
main
Function · 0.90
Tested by
no test coverage detected