MCPcopy Create free account
hub / github.com/apple/foundationdb / clear_subspace

Function clear_subspace

recipes/python-recipes/micro_queue.py:29–30  ·  view source on GitHub ↗
(tr, subspace)

Source from the content-addressed store, hash-verified

27
28@fdb.transactional
29def clear_subspace(tr, subspace):
30 tr.clear_range_startswith(subspace.key())
31
32
33queue = fdb.Subspace(('Q',))

Callers 1

micro_queue.pyFile · 0.70

Calls 2

keyMethod · 0.45

Tested by

no test coverage detected