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

Method status

dvc/output.py:633–637  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

631 return {}
632
633 def status(self) -> dict[str, str]:
634 if self.hash_info and self.use_cache and self.changed_cache():
635 return {str(self): "not in cache"}
636
637 return self.workspace_status()
638
639 def changed(self) -> bool:
640 status = self.status()

Callers 15

changedMethod · 0.95
test_commit_recursiveFunction · 0.45
test_commit_forceFunction · 0.45
test_commit_no_execFunction · 0.45
test_gc_no_unpacked_dirFunction · 0.45
test_missing_cacheFunction · 0.45

Calls 2

changed_cacheMethod · 0.95
workspace_statusMethod · 0.95