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

Method __sub__

src/pointers/malloc.py:79–80  ·  view source on GitHub ↗
(self, amount: int)

Source from the content-addressed store, hash-verified

77 return self._indexed(amount)
78
79 def __sub__(self, amount: int) -> AllocatedPointer[T]:
80 return self._indexed(amount)
81
82 @handle
83 def free(self) -> None:

Callers

nothing calls this directly

Calls 1

_indexedMethod · 0.95

Tested by

no test coverage detected