Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/borgbackup/borg
/ empty
Method
empty
src/borg/fslocking.py:331–332 ·
view source on GitHub ↗
(self, *keys)
Source
from the content-addressed store, hash-verified
329
return
{tuple(e)
for
e in roster.get(key, [])}
330
331
def
empty(self, *keys):
332
return
all(not self.get(key)
for
key in keys)
333
334
def
modify(self, key, op):
335
roster = self.load()
Callers
5
release
Method · 0.45
recreate
Method · 0.45
test_shared
Method · 0.45
test_exclusive
Method · 0.45
test_upgrade
Method · 0.45
Calls
1
get
Method · 0.95
Tested by
3
test_shared
Method · 0.36
test_exclusive
Method · 0.36
test_upgrade
Method · 0.36