MCPcopy Create free account
hub / github.com/APIParkLab/APIPark / RemoteFilter

Function RemoteFilter

strategy-filter/filter.go:174–176  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

172}
173
174func RemoteFilter(name string) (IRemoteFilter, bool) {
175 return filterHandler.RemoteFilter(name)
176}
177
178func Options(scope string) (map[string]*Option, bool) {
179 return filterHandler.Options(scope)

Callers

nothing calls this directly

Calls 1

RemoteFilterMethod · 0.65

Tested by

no test coverage detected