Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
14
func
intMin(a, b int) int {
15
if
a < b {
16
return
a
17
}
else
{
18
return
b
19
}
20
}
21
22
func
intMax(a, b int) int {
23
if
a > b {
Callers
8
strByte
Function · 0.85
strFormat
Function · 0.85
tableConcat
Function · 0.85
stackTrace
Method · 0.85
XMoveTo
Method · 0.85
stackTrace
Method · 0.85
XMoveTo
Method · 0.85
patchCode
Function · 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…