MCPcopy Index your code
hub / github.com/expr-lang/expr / max

Function max

internal/difflib/difflib.go:33–38  ·  view source on GitHub ↗
(a, b int)

Source from the content-addressed store, hash-verified

31}
32
33func max(a, b int) int {
34 if a > b {
35 return a
36 }
37 return b
38}
39
40func calculateRatio(matches, length int) float64 {
41 if length > 0 {

Callers 1

GetGroupedOpCodesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected