Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mathaou/termdbms
/ min
Function
min
tuiutil/textinput.go:805–810 ·
view source on GitHub ↗
(a, b int)
Source
from the content-addressed store, hash-verified
803
}
804
805
func
min(a, b int) int {
806
if
a < b {
807
return
a
808
}
809
return
b
810
}
811
812
func
max(a, b int) int {
813
if
a > b {
Callers
2
handleOverflow
Method · 0.85
Clamp
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected