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

Method String

cmd/forward/main.go:68–70  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

66type arrayFlags []string
67
68func (i *arrayFlags) String() string {
69 return "custom array flag"
70}
71
72func (i *arrayFlags) Set(value string) error {
73 *i = append(*i, value)

Callers 3

modifyRequestMethod · 0.80
modifyResponseMethod · 0.80
replaceHostFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected