MCPcopy
hub / github.com/borgbackup/borg / osize_fmt

Method osize_fmt

src/borg/archive.py:143–144  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

141
142 @property
143 def osize_fmt(self):
144 return format_file_size(self.osize, iec=self.iec)
145
146 @property
147 def usize_fmt(self):

Callers

nothing calls this directly

Calls 1

format_file_sizeFunction · 0.85

Tested by

no test coverage detected