Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
9
var
_ IFilter = &ipFilter{}
10
11
func
init() {
12
filterHandler.RegisterFilter(newIpFilter())
13
}
14
15
type
ipFilter
struct
{
16
name string
Callers
nothing calls this directly
Calls
2
newIpFilter
Function · 0.85
RegisterFilter
Method · 0.80
Tested by
no test coverage detected