MCPcopy
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
284func Max(a, b int) int {
285 if a > b {
286 return a
287 }
288
289 return b
290}
291
292func Abs(a int) int {
293 if a < 0 {

Callers 9

HandleEditInputFunction · 0.85
InsertCharacterFunction · 0.85
HandleFormatInputFunction · 0.85
HandleFormatModeFunction · 0.85
HandleEditModeFunction · 0.85
RenderMethod · 0.85
GetRowMethod · 0.85
SetViewSlicesMethod · 0.85
GetFormattedTextBufferFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected