MCPcopy
hub / github.com/mandarons/icloud-docker / clear

Method clear

src/hardlink_registry.py:58–60  ·  view source on GitHub ↗

Clear the registry.

(self)

Source from the content-addressed store, hash-verified

56 return len(self._registry)
57
58 def clear(self) -> None:
59 """Clear the registry."""
60 self._registry.clear()
61
62
63def create_hardlink_registry(use_hardlinks: bool) -> HardlinkRegistry | None:

Callers 4

get_loggerFunction · 0.80

Calls

no outgoing calls

Tested by 1