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

Method _cleanup

src/pointers/base_pointers.py:280–282  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

278 )
279
280 def _cleanup(self) -> None:
281 if self.address:
282 remove_ref(~self)
283
284
285class BaseCPointer(

Callers

nothing calls this directly

Calls 1

remove_refFunction · 0.85

Tested by

no test coverage detected