Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/fogleman/ln
/ Min
Method
Min
ln/hit.go:14–19 ·
view source on GitHub ↗
(b Hit)
Source
from the content-addressed store, hash-verified
12
}
13
14
func
(a Hit) Min(b Hit) Hit {
15
if
a.T <= b.T {
16
return
a
17
}
18
return
b
19
}
20
21
func
(a Hit) Max(b Hit) Hit {
22
if
a.T > b.T {
Callers
12
Paths3
Method · 0.45
Paths
Method · 0.45
Paths1
Method · 0.45
Intersect
Method · 0.45
Intersect
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