Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
268
func
min(a, b int) int {
269
if
a < b {
270
return
a
271
}
272
return
b
273
}
274
275
func
not(b int) int {
276
if
b == 0 {
Callers
1
loadNil
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected