MCPcopy
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
805func min(a, b int) int {
806 if a < b {
807 return a
808 }
809 return b
810}
811
812func max(a, b int) int {
813 if a > b {

Callers 2

handleOverflowMethod · 0.85
ClampFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected