Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
test_default_wdir_ignored_in_checksum
Function · 0.45
Calls
1
status
Method · 0.95
Tested by
1
test_default_wdir_ignored_in_checksum
Function · 0.36