MCPcopy
hub / github.com/fogleman/ln / Max

Method Max

ln/hit.go:21–26  ·  view source on GitHub ↗
(b Hit)

Source from the content-addressed store, hash-verified

19}
20
21func (a Hit) Max(b Hit) Hit {
22 if a.T > b.T {
23 return a
24 }
25 return b
26}

Callers 10

Paths3Method · 0.45
PathsMethod · 0.45
Paths1Method · 0.45
BoxForVectorsFunction · 0.45
ExtendMethod · 0.45
IntersectMethod · 0.45
MulBoxMethod · 0.45
UpdateBoundingBoxMethod · 0.45
IntersectMethod · 0.45
NormalizeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected