MCPcopy Create free account
hub / github.com/drone/drone-git / Set

Method Set

scripts/includetext.go:68–71  ·  view source on GitHub ↗
(value string)

Source from the content-addressed store, hash-verified

66}
67
68func (s *stringSlice) Set(value string) error {
69 *s = append(*s, value)
70 return nil
71}
72
73type File struct {
74 Name string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected