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

Method Options

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

Source from the content-addressed store, hash-verified

144}
145
146func (f *Handler) Options(scope string) (map[string]*Option, bool) {
147 options, has := f.options.Get(scope)
148 if !has {
149 return nil, false
150 }
151 return options.All(), true
152}
153
154func (f *Handler) FilterLabel(name string, values []string) (*Info, error) {
155 if tmp, has := f.remoteFilters.Get(name); has {

Callers

nothing calls this directly

Calls 2

GetMethod · 0.65
AllMethod · 0.65

Tested by

no test coverage detected