Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
187
func
max(a, b int64) int64 {
188
if
a > b {
189
return
a
190
}
191
return
b
192
}
Callers
1
ParseTextChunk
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected