MCPcopy Create free account
hub / github.com/SamNet-dev/snix / max

Function max

tui/scan.go:401–406  ·  view source on GitHub ↗
(a, b int)

Source from the content-addressed store, hash-verified

399}
400
401func max(a, b int) int {
402 if a > b {
403 return a
404 }
405 return b
406}

Callers 1

UpdateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected