MCPcopy Create free account
hub / github.com/EatonChips/yalis / String

Method String

structs.go:49–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47type StringSlice []string
48
49func (i *StringSlice) String() string {
50 return "asdf"
51}
52
53func (i *StringSlice) Set(value string) error {
54 *i = append(*i, value)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected