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

Function error_link

dvc/utils/__init__.py:319–320  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

317
318
319def error_link(name):
320 return format_link(f"https://error.dvc.org/{name}")
321
322
323def parse_target(

Callers 3

get_dvc_infoFunction · 0.90
__init__Method · 0.90
_log_exceptionsFunction · 0.90

Calls 1

format_linkFunction · 0.85

Tested by

no test coverage detected