MCPcopy
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
812func max(a, b int) int {
813 if a > b {
814 return a
815 }
816 return b
817}

Callers 3

UpdateMethod · 0.70
ViewMethod · 0.70
ClampFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected