Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/apenwarr/redo
/ err
Function
err
redo/logs.py:138–140 ·
view source on GitHub ↗
(s)
Source
from the content-addressed store, hash-verified
136
% (kind, pid, time.time(), s))
137
138
def
err(s):
139
s = s.rstrip()
140
meta(
'error'
, s)
141
142
def
warn(s):
143
s = s.rstrip()
Callers
9
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
start_stdin_log_reader
Function · 0.85
start
Method · 0.85
_start_self
Method · 0.85
_record_new_state
Method · 0.85
run
Function · 0.85
main
Function · 0.85
Calls
1
meta
Function · 0.85
Tested by
no test coverage detected