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

Method Set

config.go:50–53  ·  view source on GitHub ↗
(value string)

Source from the content-addressed store, hash-verified

48}
49
50func (v *arrayFlags) Set(value string) error {
51 *v = append(*v, value)
52 return nil
53}
54
55// CreateConfig creates server configuration base on application command line arguments
56func CreateConfig() *ServerConfig {

Callers 5

TestArrayFlagsFunction · 0.95
writeJSONFunction · 0.80
WebIndexPageFunction · 0.80
WebBasketPageFunction · 0.80
ForwardMethod · 0.80

Calls

no outgoing calls

Tested by 1

TestArrayFlagsFunction · 0.76