MCPcopy
hub / github.com/treeverse/dvc / do_run

Method do_run

dvc/cli/command.py:28–30  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

26 self.args = args
27
28 def do_run(self):
29 with self.repo:
30 return self.run()
31
32 @abstractmethod
33 def run(self):

Callers 1

mainFunction · 0.45

Calls 1

runMethod · 0.95

Tested by

no test coverage detected