MCPcopy 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
8class BlockExtractionError(Exception):
9 def __init__(self, message: str, user_message: str):
10 super().__init__(message)
11 self.user_message = user_message
12
13
14def extract_range(

Callers 7

extract_rangeFunction · 0.85
read_blockFunction · 0.85
read_rangeFunction · 0.85
_open_sourceFunction · 0.85
_safe_preadFunction · 0.85
_validate_rangeFunction · 0.85

Calls

no outgoing calls