Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/apenwarr/redo
/ _debug
Function
_debug
redo/jobserver.py:87–89 ·
view source on GitHub ↗
(s)
Source
from the content-addressed store, hash-verified
85
86
87
def
_debug(s):
88
if
0:
89
sys.stderr.write(
'job#%d: %s'
% (os.getpid(), s))
90
91
92
def
_create_tokens(n):
Callers
9
_release
Function · 0.85
release_mine
Function · 0.85
setup
Function · 0.85
_wait
Function · 0.85
_ensure_token
Function · 0.85
ensure_token_or_cheat
Function · 0.85
wait_all
Function · 0.85
force_return_tokens
Function · 0.85
start
Function · 0.85
Calls
1
write
Method · 0.45
Tested by
no test coverage detected