MCPcopy
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

releaseMethod · 0.45
recreateMethod · 0.45
test_sharedMethod · 0.45
test_exclusiveMethod · 0.45
test_upgradeMethod · 0.45

Calls 1

getMethod · 0.95

Tested by 3

test_sharedMethod · 0.36
test_exclusiveMethod · 0.36
test_upgradeMethod · 0.36