Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/apenwarr/redo
/ _release_except_mine
Function
_release_except_mine
redo/jobserver.py:134–136 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
132
133
134
def
_release_except_mine():
135
assert _mytokens > 0
136
_release(_mytokens - 1)
137
138
139
def
release_mine():
Callers
3
setup
Function · 0.85
_wait
Function · 0.85
force_return_tokens
Function · 0.85
Calls
1
_release
Function · 0.85
Tested by
no test coverage detected