MCPcopy Create free account
hub / github.com/MG-RAST/Shock / String

Method String

shock-client/args.go:10–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8type arrayFlags []string
9
10func (i *arrayFlags) String() string {
11 return strings.Join(*i, " ")
12}
13func (i *arrayFlags) Set(value string) error {
14 *i = append(*i, value)
15 return nil

Callers 6

buildDownloadUrlFunction · 0.45
getDefinedValueStringFunction · 0.45
getConfigurationFunction · 0.45
ReadMethod · 0.45
fetchFileStreamFunction · 0.45
SaveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected