Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
319
def
error_link(name):
320
return
format_link(f
"https://error.dvc.org/{name}"
)
321
322
323
def
parse_target(
Callers
3
get_dvc_info
Function · 0.90
__init__
Method · 0.90
_log_exceptions
Function · 0.90
Calls
1
format_link
Function · 0.85
Tested by
no test coverage detected