MCPcopy Index your code
hub / github.com/yuin/gopher-lua / intMin

Function intMin

utils.go:14–20  ·  view source on GitHub ↗
(a, b int)

Source from the content-addressed store, hash-verified

12)
13
14func intMin(a, b int) int {
15 if a < b {
16 return a
17 } else {
18 return b
19 }
20}
21
22func intMax(a, b int) int {
23 if a > b {

Callers 8

strByteFunction · 0.85
strFormatFunction · 0.85
tableConcatFunction · 0.85
stackTraceMethod · 0.85
XMoveToMethod · 0.85
stackTraceMethod · 0.85
XMoveToMethod · 0.85
patchCodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…