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

Function min

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

Source from the content-addressed store, hash-verified

266}
267
268func min(a, b int) int {
269 if a < b {
270 return a
271 }
272 return b
273}
274
275func not(b int) int {
276 if b == 0 {

Callers 1

loadNilMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected