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