Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/git-bug/git-bug
/ minInt
Function
minInt
termui/termui.go:364–369 ·
view source on GitHub ↗
(a, b int)
Source
from the content-addressed store, hash-verified
362
}
363
364
func
minInt(a, b int) int {
365
if
a > b {
366
return
b
367
}
368
return
a
369
}
Callers
10
layout
Method · 0.85
layout
Method · 0.85
doPaginate
Method · 0.85
getColumnWidths
Method · 0.85
render
Method · 0.85
cursorDown
Method · 0.85
cursorClamp
Method · 0.85
selectNext
Method · 0.85
scrollDown
Method · 0.85
selectNext
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected