MCPcopy Index your code
hub / github.com/fogleman/ln / Filter

Method Filter

ln/path.go:144–150  ·  view source on GitHub ↗
(f Filter)

Source from the content-addressed store, hash-verified

142}
143
144func (p Paths) Filter(f Filter) Paths {
145 var result Paths
146 for _, path := range p {
147 result = append(result, path.Filter(f)...)
148 }
149 return result
150}
151
152func (p Paths) Simplify(threshold float64) Paths {
153 var result Paths

Callers

nothing calls this directly

Calls 1

FilterMethod · 0.65

Tested by

no test coverage detected