Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/expr-lang/expr
/ min
Function
min
internal/difflib/difflib.go:26–31 ·
view source on GitHub ↗
(a, b int)
Source
from the content-addressed store, hash-verified
24
)
25
26
func
min(a, b int) int {
27
if
a < b {
28
return
a
29
}
30
return
b
31
}
32
33
func
max(a, b int) int {
34
if
a > b {
Callers
2
GetGroupedOpCodes
Method · 0.85
RealQuickRatio
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected