Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
63
def
create_hardlink_registry(use_hardlinks: bool) -> HardlinkRegistry | None:
Callers
4
test_hardlink_registry_clear
Method · 0.95
clear_config_warning_cache
Function · 0.80
configure_icloudpy_logging
Function · 0.80
get_logger
Function · 0.80
Calls
no outgoing calls
Tested by
1
test_hardlink_registry_clear
Method · 0.76