Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/borgbackup/borg
/ seek
Method
seek
src/borg/platform/base.py:187–188 ·
view source on GitHub ↗
(self, offset, whence=io.SEEK_SET)
Source
from the content-addressed store, hash-verified
185
return
self.f.read(*args, **kwargs)
186
187
def
seek(self, offset, whence=io.SEEK_SET):
188
return
self.f.seek(offset, whence)
189
190
def
tell(self):
191
return
self.f.tell()
Callers
15
is_committed_segment
Method · 0.45
get_segment_magic
Method · 0.45
iter_objects
Method · 0.45
read
Method · 0.45
_read
Method · 0.45
flush
Method · 0.45
extract_item
Method · 0.45
get
Method · 0.45
iter_archive_items
Method · 0.45
_corrupt_index
Function · 0.45
_subtly_corrupted_hints_setup
Function · 0.45
corrupt_object
Function · 0.45
Calls
no outgoing calls
Tested by
11
_corrupt_index
Function · 0.36
_subtly_corrupted_hints_setup
Function · 0.36
corrupt_object
Function · 0.36
test_repair_corrupted_commit_segment
Function · 0.36
test_repair_no_commits
Function · 0.36
test_multiple_loggers
Function · 0.36
test_cache_corruption
Method · 0.36
test_syncfile_seek_tell
Function · 0.36
is_sparse
Function · 0.36
test_sparse_file
Function · 0.36
test_reader_chunker_interaction
Function · 0.36