MCPcopy Index your code
hub / github.com/git-bug/git-bug / maxInt

Function maxInt

termui/termui.go:357–362  ·  view source on GitHub ↗
(a, b int)

Source from the content-addressed store, hash-verified

355}
356
357func maxInt(a, b int) int {
358 if a > b {
359 return a
360 }
361 return b
362}
363
364func minInt(a, b int) int {
365 if a > b {

Callers 9

doPaginateMethod · 0.85
getColumnWidthsMethod · 0.85
cursorUpMethod · 0.85
cursorClampMethod · 0.85
previousPageMethod · 0.85
layoutMethod · 0.85
selectPreviousMethod · 0.85
scrollUpMethod · 0.85
selectPreviousMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected