MCPcopy Create free account
hub / github.com/axetroy/forward-cli / Set

Method Set

cmd/forward/main.go:72–75  ·  view source on GitHub ↗
(value string)

Source from the content-addressed store, hash-verified

70}
71
72func (i *arrayFlags) Set(value string) error {
73 *i = append(*i, value)
74 return nil
75}
76
77func main() {
78 var (

Callers 4

HandlerMethod · 0.80
modifyRequestMethod · 0.80
modifyResponseMethod · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected