MCPcopy
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
58class CmdPrePush(CmdHookBase):
59 def _run(self):
60 from dvc.cli import main
61
62 return main(["push"])
63
64
65class CmdMergeDriver(CmdHookBase):

Callers

nothing calls this directly

Calls 1

mainFunction · 0.90

Tested by

no test coverage detected