MCPcopy Create free account
hub / github.com/ZeroIntensity/pointers.py / FreedMemoryError

Class FreedMemoryError

src/pointers/exceptions.py:22–23  ·  view source on GitHub ↗

Raised when trying to perform an operation on freed memory.

Source from the content-addressed store, hash-verified

20
21
22class FreedMemoryError(Exception):
23 """Raised when trying to perform an operation on freed memory."""
24
25
26class InvalidSizeError(Exception):

Callers 3

dereferenceMethod · 0.85
_make_stream_and_ptrMethod · 0.85
ensure_validMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected