Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
357
func
maxInt(a, b int) int {
358
if
a > b {
359
return
a
360
}
361
return
b
362
}
363
364
func
minInt(a, b int) int {
365
if
a > b {
Callers
9
doPaginate
Method · 0.85
getColumnWidths
Method · 0.85
cursorUp
Method · 0.85
cursorClamp
Method · 0.85
previousPage
Method · 0.85
layout
Method · 0.85
selectPrevious
Method · 0.85
scrollUp
Method · 0.85
selectPrevious
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected