Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/open-code-review
/ max
Function
max
internal/suggestdiff/diff.go:70–75 ·
view source on GitHub ↗
(a, b int)
Source
from the content-addressed store, hash-verified
68
}
69
70
func
max(a, b int) int {
71
if
a > b {
72
return
a
73
}
74
return
b
75
}
Callers
2
ComputeLineDiff
Function · 0.85
matchGitignoreBody
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected