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

Method tell

src/borg/platform/base.py:190–191  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

188 return self.f.seek(offset, whence)
189
190 def tell(self):
191 return self.f.tell()
192
193 def sync(self):
194 """

Callers 10

_readMethod · 0.45
flushMethod · 0.45
is_fullMethod · 0.45
extract_itemMethod · 0.45
iter_archive_itemsMethod · 0.45
sig_info_handlerFunction · 0.45
test_syncfile_seek_tellFunction · 0.45
test_sparse_fileFunction · 0.45

Calls

no outgoing calls

Tested by 4

test_syncfile_seek_tellFunction · 0.36
test_sparse_fileFunction · 0.36