Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
_read
Method · 0.45
flush
Method · 0.45
is_full
Method · 0.45
extract_item
Method · 0.45
iter_archive_items
Method · 0.45
sig_info_handler
Function · 0.45
test_partial_cache_chunk_buffer
Function · 0.45
test_syncfile_seek_tell
Function · 0.45
test_sparse_file
Function · 0.45
test_reader_chunker_interaction
Function · 0.45
Calls
no outgoing calls
Tested by
4
test_partial_cache_chunk_buffer
Function · 0.36
test_syncfile_seek_tell
Function · 0.36
test_sparse_file
Function · 0.36
test_reader_chunker_interaction
Function · 0.36