Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
276
func
Min(a, b int) int {
277
if
a < b {
278
return
a
279
}
280
281
return
b
282
}
283
284
func
Max(a, b int) int {
285
if
a > b {
Callers
14
HandleEditInput
Function · 0.85
HandleFormatMovement
Function · 0.85
InsertCharacter
Function · 0.85
HandleFormatInput
Function · 0.85
HandleFormatMode
Function · 0.85
HandleEditMode
Function · 0.85
Render
Method · 0.85
SetViewSlices
Method · 0.85
GetSelectedColumnName
Method · 0.85
TruncateIfApplicable
Function · 0.85
ScrollDown
Function · 0.85
ScrollUp
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected