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:73–78 ·
view source on GitHub ↗
(a, b int)
Source
from the content-addressed store, hash-verified
71
}
72
73
func
max(a, b int) int {
74
if
a > b {
75
return
a
76
}
77
return
b
78
}
Callers
6
ComputeLineDiff
Function · 0.85
safe_fence
Function · 0.85
comment_span
Function · 0.85
position_span
Function · 0.85
same_comment_span
Function · 0.85
_compute_retry_delay
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected