MCPcopy 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
18func init() {
19 filterHandler.RegisterFilter(newPathFilter())
20}
21
22func newPathFilter() *pathFilter {
23 return &pathFilter{

Callers

nothing calls this directly

Calls 2

newPathFilterFunction · 0.85
RegisterFilterMethod · 0.80

Tested by

no test coverage detected