Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/apenwarr/redo
/ debug
Function
debug
redo/logs.py:146–149 ·
view source on GitHub ↗
(s)
Source
from the content-addressed store, hash-verified
144
meta(
'warning'
, s)
145
146
def
debug(s):
147
if
env.v.DEBUG >= 1:
148
s = s.rstrip()
149
meta(
'debug'
, s)
150
151
def
debug2(s):
152
if
env.v.DEBUG >= 2:
Callers
1
isdirty
Function · 0.85
Calls
1
meta
Function · 0.85
Tested by
no test coverage detected