MCPcopy 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
73func max(a, b int) int {
74 if a > b {
75 return a
76 }
77 return b
78}

Callers 6

ComputeLineDiffFunction · 0.85
safe_fenceFunction · 0.85
comment_spanFunction · 0.85
position_spanFunction · 0.85
same_comment_spanFunction · 0.85
_compute_retry_delayFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected