Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PabloLec/RecoverPy
/ BlockExtractionError
Class
BlockExtractionError
recoverpy/lib/storage/byte_range_reader.py:8–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
7
8
class
BlockExtractionError(Exception):
9
def
__init__(self, message: str, user_message: str):
10
super().__init__(message)
11
self.user_message = user_message
12
13
14
def
extract_range(
Callers
7
test_update_block_content_handles_read_error
Function · 0.90
extract_range
Function · 0.85
read_block
Function · 0.85
read_range
Function · 0.85
_open_source
Function · 0.85
_safe_pread
Function · 0.85
_validate_range
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_update_block_content_handles_read_error
Function · 0.72