MCPcopy
hub / github.com/borgbackup/borg / items

Method items

src/borg/helpers/lrucache.py:68–69  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

66 return self._cache.values()
67
68 def items(self) -> ItemsView[K, V]:
69 return self._cache.items()

Callers 15

test_lrucacheMethod · 0.95
test_disposeMethod · 0.95
members_appendedFunction · 0.45
set_allFunction · 0.45
loadMethod · 0.45
saveMethod · 0.45
_write_files_cacheMethod · 0.45
closeMethod · 0.45
update_compatibilityMethod · 0.45
do_rpcFunction · 0.45
iter_childrenMethod · 0.45

Calls

no outgoing calls

Tested by 5

test_lrucacheMethod · 0.76
test_disposeMethod · 0.76
test_prune_quarterlyFunction · 0.36
discover_levelFunction · 0.36