MCPcopy Create free account
hub / github.com/antonmedv/gitmal / max

Function max

pkg/gitdiff/text.go:187–192  ·  view source on GitHub ↗
(a, b int64)

Source from the content-addressed store, hash-verified

185}
186
187func max(a, b int64) int64 {
188 if a > b {
189 return a
190 }
191 return b
192}

Callers 1

ParseTextChunkMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected