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

Function Options

strategy-filter/filter.go:178–180  ·  view source on GitHub ↗
(scope string)

Source from the content-addressed store, hash-verified

176}
177
178func Options(scope string) (map[string]*Option, bool) {
179 return filterHandler.Options(scope)
180}
181
182func FilterLabel(name string, values []string) (*Info, error) {
183 return filterHandler.FilterLabel(name, values)

Callers

nothing calls this directly

Calls 1

OptionsMethod · 0.65

Tested by

no test coverage detected