MCPcopy Index your code
hub / github.com/shadowsocks/v2ray-plugin / Add

Method Add

args.go:38–40  ·  view source on GitHub ↗

Append value to the list of values for key.

(key, value string)

Source from the content-addressed store, hash-verified

36
37// Append value to the list of values for key.
38func (args Args) Add(key, value string) {
39 args[key] = append(args[key], value)
40}
41
42// Return the index of the next unescaped byte in s that is in the term set, or
43// else the length of the string if no terminators appear. Additionally return

Callers 2

parseEnvFunction · 0.80
parsePluginOptionsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected