MCPcopy
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
134def _release_except_mine():
135 assert _mytokens > 0
136 _release(_mytokens - 1)
137
138
139def release_mine():

Callers 3

setupFunction · 0.85
_waitFunction · 0.85
force_return_tokensFunction · 0.85

Calls 1

_releaseFunction · 0.85

Tested by

no test coverage detected