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

Method _dump_lockfile

dvc/dvcfile.py:283–284  ·  view source on GitHub ↗
(self, stages, **kwargs)

Source from the content-addressed store, hash-verified

281 self.repo.scm_context.track_file(self.relpath)
282
283 def _dump_lockfile(self, stages, **kwargs):
284 self._lockfile.dump_stages(stages, **kwargs)
285
286 @staticmethod
287 def _check_if_parametrized(stage, action: str = "dump") -> None:

Callers 1

dump_stagesMethod · 0.95

Calls 1

dump_stagesMethod · 0.45

Tested by

no test coverage detected