Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_lrucache
Method · 0.95
test_dispose
Method · 0.95
members_appended
Function · 0.45
set_all
Function · 0.45
load
Method · 0.45
save
Method · 0.45
_write_files_cache
Method · 0.45
build_chunkindex_from_repo
Function · 0.45
close
Method · 0.45
update_compatibility
Method · 0.45
do_rpc
Function · 0.45
iter_children
Method · 0.45
Calls
no outgoing calls
Tested by
5
test_lrucache
Method · 0.76
test_dispose
Method · 0.76
test_prune_quarterly
Function · 0.36
test_debug_id_hash_format_put_get_parse_obj
Function · 0.36
discover_level
Function · 0.36