MCPcopy Index your code
hub / github.com/drone/drone-git / String

Method String

scripts/includetext.go:64–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

62type stringSlice []string
63
64func (s *stringSlice) String() string {
65 return strings.Join(*s, ",")
66}
67
68func (s *stringSlice) Set(value string) error {
69 *s = append(*s, value)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected