MCPcopy Create free account
hub / github.com/darklynx/request-baskets / String

Method String

config.go:46–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44type arrayFlags []string
45
46func (v *arrayFlags) String() string {
47 return strings.Join(*v, ",")
48}
49
50func (v *arrayFlags) Set(value string) error {
51 *v = append(*v, value)

Callers 15

TestArrayFlagsFunction · 0.95
createDefaultBasketFunction · 0.80
TestWriteJSONFunction · 0.80
TestWriteJSON_ErrorFunction · 0.80
TestCreateBasketFunction · 0.80

Calls

no outgoing calls

Tested by 15

TestArrayFlagsFunction · 0.76
TestWriteJSONFunction · 0.64
TestWriteJSON_ErrorFunction · 0.64
TestCreateBasketFunction · 0.64