Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/apenwarr/redo
/ warn
Function
warn
redo/logs.py:142–144 ·
view source on GitHub ↗
(s)
Source
from the content-addressed store, hash-verified
140
meta(
'error'
, s)
141
142
def
warn(s):
143
s = s.rstrip()
144
meta(
'warning'
, s)
145
146
def
debug(s):
147
if
env.v.DEBUG >= 1:
Callers
3
warn_override
Function · 0.85
_start_self
Method · 0.85
main
Function · 0.85
Calls
1
meta
Function · 0.85
Tested by
no test coverage detected