Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/APIParkLab/APIPark
/ init
Function
init
strategy-filter/path.go:18–20 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
16
}
17
18
func
init() {
19
filterHandler.RegisterFilter(newPathFilter())
20
}
21
22
func
newPathFilter() *pathFilter {
23
return
&pathFilter{
Callers
nothing calls this directly
Calls
2
newPathFilter
Function · 0.85
RegisterFilter
Method · 0.80
Tested by
no test coverage detected