MCPcopy
hub / github.com/mathaou/termdbms / Min

Function Min

viewer/util.go:276–282  ·  view source on GitHub ↗

MATH YO

(a, b int)

Source from the content-addressed store, hash-verified

274// MATH YO
275
276func Min(a, b int) int {
277 if a < b {
278 return a
279 }
280
281 return b
282}
283
284func Max(a, b int) int {
285 if a > b {

Callers 14

HandleEditInputFunction · 0.85
HandleFormatMovementFunction · 0.85
InsertCharacterFunction · 0.85
HandleFormatInputFunction · 0.85
HandleFormatModeFunction · 0.85
HandleEditModeFunction · 0.85
RenderMethod · 0.85
SetViewSlicesMethod · 0.85
GetSelectedColumnNameMethod · 0.85
TruncateIfApplicableFunction · 0.85
ScrollDownFunction · 0.85
ScrollUpFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected