Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/treeverse/dvc
/ onerror
Function
onerror
dvc/repo/diff.py:126–127 ·
view source on GitHub ↗
(target, _exc)
Source
from the content-addressed store, hash-verified
124
continue
125
126
def
onerror(target, _exc):
127
missing_targets[rev].add(target)
# noqa: B023
128
129
view = self.index.targets_view(targets, onerror=onerror, recursive=recursive)
130
Callers
7
_onerror
Function · 0.70
_collect_indexes
Function · 0.70
collect_files
Function · 0.70
collect_targets
Method · 0.70
test_connection
Method · 0.50
_unlink
Function · 0.50
wrapper
Function · 0.50
Calls
1
add
Method · 0.45
Tested by
1
test_connection
Method · 0.40