MCPcopy Index your code
hub / github.com/Shopify/go-lua / max

Function max

code.go:261–266  ·  view source on GitHub ↗
(a, b int)

Source from the content-addressed store, hash-verified

259}
260
261func max(a, b int) int {
262 if a > b {
263 return a
264 }
265 return b
266}
267
268func min(a, b int) int {
269 if a < b {

Callers 2

loadNilMethod · 0.85
maybeResizeArrayMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected