Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/HisMax/RedInk
/ _looks_like_timeout
Function
_looks_like_timeout
backend/errors.py:349–350 ·
view source on GitHub ↗
(text: str)
Source
from the content-addressed store, hash-verified
347
348
349
def
_looks_like_timeout(text: str) -> bool:
350
return
"timeout"
in text or
"timed out"
in text or
"超时"
in text
351
352
353
def
_looks_like_network(text: str) -> bool:
Callers
1
classify_error
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected