Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mathaou/termdbms
/ max
Function
max
tuiutil/textinput.go:812–817 ·
view source on GitHub ↗
(a, b int)
Source
from the content-addressed store, hash-verified
810
}
811
812
func
max(a, b int) int {
813
if
a > b {
814
return
a
815
}
816
return
b
817
}
Callers
3
Update
Method · 0.70
View
Method · 0.70
Clamp
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected