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

Function init

strategy-filter/ip.go:11–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9var _ IFilter = &ipFilter{}
10
11func init() {
12 filterHandler.RegisterFilter(newIpFilter())
13}
14
15type ipFilter struct {
16 name string

Callers

nothing calls this directly

Calls 2

newIpFilterFunction · 0.85
RegisterFilterMethod · 0.80

Tested by

no test coverage detected