Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mathaou/termdbms
/ Max
Function
Max
viewer/util.go:284–290 ·
view source on GitHub ↗
(a, b int)
Source
from the content-addressed store, hash-verified
282
}
283
284
func
Max(a, b int) int {
285
if
a > b {
286
return
a
287
}
288
289
return
b
290
}
291
292
func
Abs(a int) int {
293
if
a < 0 {
Callers
9
HandleEditInput
Function · 0.85
InsertCharacter
Function · 0.85
HandleFormatInput
Function · 0.85
HandleFormatMode
Function · 0.85
HandleEditMode
Function · 0.85
Render
Method · 0.85
GetRow
Method · 0.85
SetViewSlices
Method · 0.85
GetFormattedTextBuffer
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected