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

Method Set

cmd/proxy/proxy.go:25–28  ·  view source on GitHub ↗
(value string)

Source from the content-addressed store, hash-verified

23}
24
25func (f *filterFlag) Set(value string) error {
26 *f = append(*f, value)
27 return nil
28}
29
30var (
31 defaultFilters = &filterFlag{}

Callers 8

onWebsocketMethod · 0.80
extractMethod · 0.80
extractValueMethod · 0.80
completePartMethod · 0.80
dumpMethod · 0.80
ResponseMethod · 0.80
doPushFunction · 0.80
initFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected