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

Struct methodFilter

strategy-filter/method.go:11–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9}
10
11type methodFilter struct {
12 name string
13 title string
14 typ string
15 options []string
16}
17
18func newMethodFilter() *methodFilter {
19 return &methodFilter{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected