MCPcopy 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
26func min(a, b int) int {
27 if a < b {
28 return a
29 }
30 return b
31}
32
33func max(a, b int) int {
34 if a > b {

Callers 2

GetGroupedOpCodesMethod · 0.85
RealQuickRatioMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected