Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ByteArena/box2d
/ MaxInt
Function
MaxInt
CommonUtils.go:10–15 ·
view source on GitHub ↗
(x, y int)
Source
from the content-addressed store, hash-verified
8
}
9
10
func
MaxInt(x, y int) int {
11
if
x > y {
12
return
x
13
}
14
return
y
15
}
16
17
func
AbsInt(v int) int {
18
if
v < 0 {
Callers
9
B2TimeOfImpact
Function · 0.85
InsertLeaf
Method · 0.85
RemoveLeaf
Method · 0.85
Balance
Method · 0.85
ComputeHeight
Method · 0.85
ValidateMetrics
Method · 0.85
GetMaxBalance
Method · 0.85
RebuildBottomUp
Method · 0.85
QueryCallback
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected