Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
21
func
(a Hit) Max(b Hit) Hit {
22
if
a.T > b.T {
23
return
a
24
}
25
return
b
26
}
Callers
10
Paths3
Method · 0.45
Paths
Method · 0.45
Paths1
Method · 0.45
BoxForVectors
Function · 0.45
Extend
Method · 0.45
Intersect
Method · 0.45
MulBox
Method · 0.45
UpdateBoundingBox
Method · 0.45
Intersect
Method · 0.45
Normalize
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected