MCPcopy Create free account
hub / github.com/SenseUnit/dumbproxy / String

Method String

main.go:68–77  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

66}
67
68func (a *CSVArg) String() string {
69 if len(a.values) == 0 {
70 return ""
71 }
72 buf := new(bytes.Buffer)
73 wr := csv.NewWriter(buf)
74 wr.Write(a.values)
75 wr.Flush()
76 return strings.TrimRight(buf.String(), "\n")
77}
78
79func (a *CSVArg) Set(line string) error {
80 if line == "" {

Callers 15

hmacSignFunction · 0.45
list_curvesFunction · 0.45
StringMethod · 0.45
StringMethod · 0.45
EnableTLSCookiesFunction · 0.45
initFunction · 0.45
TLSConfigFromURLFunction · 0.45
TLSFactoryFromURLFunction · 0.45
ValidateMethod · 0.45
createEnvObjectFunction · 0.45
AddIsPlainHostNameFunction · 0.45

Calls 1

WriteMethod · 0.45

Tested by 1