MCPcopy Index your code
hub / github.com/APIParkLab/APIPark / FilterLabel

Function FilterLabel

strategy-filter/filter.go:182–184  ·  view source on GitHub ↗
(name string, values []string)

Source from the content-addressed store, hash-verified

180}
181
182func FilterLabel(name string, values []string) (*Info, error) {
183 return filterHandler.FilterLabel(name, values)
184}
185
186func FilterGet(name string) (IFilter, bool) {
187 f, has := filterHandler.remoteFilters.Get(name)

Callers

nothing calls this directly

Calls 1

FilterLabelMethod · 0.65

Tested by

no test coverage detected