Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/fogleman/ln
/ Filter
Method
Filter
ln/csg.go:73–75 ·
view source on GitHub ↗
(v Vector)
Source
from the content-addressed store, hash-verified
71
}
72
73
func
(s *BooleanShape) Filter(v Vector) (Vector, bool) {
74
return
v, s.Contains(v, 0)
75
}
Callers
nothing calls this directly
Calls
1
Contains
Method · 0.95
Tested by
no test coverage detected