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

Method Options

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

Source from the content-addressed store, hash-verified

94type IFilterHandler interface {
95 RemoteFilter(name string) (IRemoteFilter, bool)
96 Options(scope string) (map[string]*Option, bool)
97 FilterLabel(name string, values []string) (*Info, error)
98}
99

Callers 4

filterOptionsMethod · 0.65
OptionMethod · 0.65
CheckFiltersFunction · 0.65
OptionsFunction · 0.65

Implementers 1

Handlerstrategy-filter/filter.go

Calls

no outgoing calls

Tested by

no test coverage detected