Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
29
def
clear_subspace(tr, subspace):
30
tr.clear_range_startswith(subspace.key())
31
32
33
queue = fdb.Subspace((
'Q'
,))
Callers
1
micro_queue.py
File · 0.70
Calls
2
clear_range_startswith
Method · 0.45
key
Method · 0.45
Tested by
no test coverage detected