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

Callers 2

ComputeLineDiffFunction · 0.85
matchGitignoreBodyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected