Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
33
func
max(a, b int) int {
34
if
a > b {
35
return
a
36
}
37
return
b
38
}
39
40
func
calculateRatio(matches, length int) float64 {
41
if
length > 0 {
Callers
1
GetGroupedOpCodes
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected