Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/borgbackup/borg
/ output
Method
output
src/borg/helpers/progress.py:39–41 ·
view source on GitHub ↗
(self, msg)
Source
from the content-addressed store, hash-verified
37
JSON_TYPE =
"progress_message"
38
39
def
output(self, msg):
40
j = self.make_json(message=msg)
41
self.logger.info(j)
42
43
44
class
ProgressIndicatorPercent(ProgressIndicatorBase):
Callers
1
close
Method · 0.95
Calls
2
make_json
Method · 0.80
info
Method · 0.45
Tested by
no test coverage detected