MCPcopy
hub / github.com/caddyserver/caddy / Set

Method Set

cmd/main.go:511–514  ·  view source on GitHub ↗
(value string)

Source from the content-addressed store, hash-verified

509func (ss StringSlice) String() string { return "[" + strings.Join(ss, ", ") + "]" }
510
511func (ss *StringSlice) Set(value string) error {
512 *ss = append(*ss, value)
513 return nil
514}
515
516// Interface guard
517var _ flag.Value = (*StringSlice)(nil)

Callers 15

cmdReloadFunction · 0.45
AdminAPIRequestFunction · 0.45
setResourceLimitsFunction · 0.45
applyHeadersFunction · 0.45
TestH2ToH2CStreamFunction · 0.45
TestLargeHttpRequestFunction · 0.45

Calls

no outgoing calls