MCPcopy
hub / github.com/fagongzi/manba / String

Method String

cmd/proxy/proxy.go:21–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19type filterFlag []string
20
21func (f *filterFlag) String() string {
22 return "filter flag"
23}
24
25func (f *filterFlag) Set(value string) error {
26 *f = append(*f, value)

Callers 4

backend.goFile · 0.45
mainFunction · 0.45
proxy.goFile · 0.45
api_server.goFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected