Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/borgbackup/borg
/ output
Method
output
src/borg/helpers/progress.py:88–90 ·
view source on GitHub ↗
(self, message, info=None)
Source
from the content-addressed store, hash-verified
86
return
self.output(self.msg % pct)
87
88
def
output(self, message, info=None):
89
j = self.make_json(message=message, current=self.counter, total=self.total, info=info)
90
self.logger.info(j)
Callers
3
show
Method · 0.95
do_extract
Method · 0.95
_export_tar
Method · 0.95
Calls
2
make_json
Method · 0.80
info
Method · 0.45
Tested by
no test coverage detected