MCPcopy 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
10func MaxInt(x, y int) int {
11 if x > y {
12 return x
13 }
14 return y
15}
16
17func AbsInt(v int) int {
18 if v < 0 {

Callers 9

B2TimeOfImpactFunction · 0.85
InsertLeafMethod · 0.85
RemoveLeafMethod · 0.85
BalanceMethod · 0.85
ComputeHeightMethod · 0.85
ValidateMetricsMethod · 0.85
GetMaxBalanceMethod · 0.85
RebuildBottomUpMethod · 0.85
QueryCallbackMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected