Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/treeverse/dvc
/ set_msg
Method
set_msg
dvc/progress.py:112–113 ·
view source on GitHub ↗
(self, msg: str)
Source
from the content-addressed store, hash-verified
110
self.update(n)
111
112
def
set_msg(self, msg: str) -> None:
113
self.postfix[
"info"
] = f
" {msg} |"
114
115
def
update_to(self, current, total=None):
116
if
total:
Callers
3
update_msg
Method · 0.95
update_git
Method · 0.80
progress_iter
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected