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

Function init

strategy-filter/method.go:7–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5var _ IFilter = &methodFilter{}
6
7func init() {
8 filterHandler.RegisterFilter(newMethodFilter())
9}
10
11type methodFilter struct {
12 name string

Callers

nothing calls this directly

Calls 2

newMethodFilterFunction · 0.85
RegisterFilterMethod · 0.80

Tested by

no test coverage detected