Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/treeverse/dvc
/ format_link
Function
format_link
dvc/utils/__init__.py:313–316 ·
view source on GitHub ↗
(link)
Source
from the content-addressed store, hash-verified
311
312
313
def
format_link(link):
314
return
"<{blue}{link}{nc}>"
.format(
# noqa: UP032
315
blue=colorama.Fore.CYAN, link=link, nc=colorama.Fore.RESET
316
)
317
318
319
def
error_link(name):
Callers
15
CacheLinkError
Class · 0.90
save
Method · 0.90
lock.py
File · 0.90
lock
Method · 0.90
add_parser
Function · 0.90
_add_props_arguments
Function · 0.90
CmdDataStatus
Class · 0.90
append_doc_link
Function · 0.90
_log_exceptions
Function · 0.90
install_hooks
Function · 0.90
_auto_push
Method · 0.90
find_pager
Function · 0.90
Calls
1
format
Method · 0.45
Tested by
no test coverage detected