MCPcopy Index your code
hub / github.com/treeverse/dvc / changed

Method changed

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

Source from the content-addressed store, hash-verified

637 return self.workspace_status()
638
639 def changed(self) -> bool:
640 status = self.status()
641 logger.debug(str(status))
642 return bool(status)
643
644 @property
645 def dvcignore(self) -> Optional["DvcIgnoreFilter"]:

Callers 1

Calls 1

statusMethod · 0.95

Tested by 1