Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Louisym/MiniCC
/ min
Function
min
tutorials/11_error_recovery_and_retry.py:208–209 ·
view source on GitHub ↗
(a, b)
Source
from the content-addressed store, hash-verified
206
207
208
def
min(a, b):
209
return
a
if
a < b
else
b
210
211
212
# ============================================================
Callers
7
backoff_for_attempt
Function · 0.85
truncate_content
Function · 0.85
_render_instruction_files
Method · 0.85
backoff_for_attempt
Function · 0.85
truncate_instruction_content
Function · 0.85
render_instruction_files
Function · 0.85
_instruction_files_section
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected