MCPcopy
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

showMethod · 0.95
do_extractMethod · 0.95
_export_tarMethod · 0.95

Calls 2

make_jsonMethod · 0.80
infoMethod · 0.45

Tested by

no test coverage detected