MCPcopy
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

_onerrorFunction · 0.70
_collect_indexesFunction · 0.70
collect_filesFunction · 0.70
collect_targetsMethod · 0.70
test_connectionMethod · 0.50
_unlinkFunction · 0.50
wrapperFunction · 0.50

Calls 1

addMethod · 0.45

Tested by 1

test_connectionMethod · 0.40