MCPcopy Create free account
hub / github.com/ShivaBhattacharjee/KeyZen / 01_functions.py

File 01_functions.py

data/python/01_functions.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1def clamp(value, lo, hi):
2 return max(lo, min(value, hi))
3
4def factorial(n):

Callers

nothing calls this directly

Calls 3

make_adderFunction · 0.85
factorialFunction · 0.70
clampFunction · 0.70

Tested by

no test coverage detected