MCPcopy Create free account
hub / github.com/cph6/zsync / String

Method String

cmd/zsync/main.go:39–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37type stringSlice []string
38
39func (s *stringSlice) String() string {
40 return strings.Join(*s, ",")
41}
42
43func (s *stringSlice) Set(value string) error {
44 *s = append(*s, value)

Callers 5

fetchRangeMethod · 0.45
getLocalIPFunction · 0.45
mainFunction · 0.45
readSeedFileFunction · 0.45
showProgressMethod · 0.45

Calls

no outgoing calls

Tested by 1

getLocalIPFunction · 0.36