MCPcopy 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
208def min(a, b):
209 return a if a < b else b
210
211
212# ============================================================

Callers 7

backoff_for_attemptFunction · 0.85
truncate_contentFunction · 0.85
backoff_for_attemptFunction · 0.85
render_instruction_filesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected