Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZeroIntensity/pointers.py
/ DereferenceError
Class
DereferenceError
src/pointers/exceptions.py:18–19 ·
view source on GitHub ↗
Raised when dereferencing an address fails.
Source
from the content-addressed store, hash-verified
16
17
18
class
DereferenceError(Exception):
19
""
"Raised when dereferencing an address fails."
""
# noqa
20
21
22
class
FreedMemoryError(Exception):
Callers
1
dereference
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected