MCPcopy Index your code
hub / github.com/dumorewithcode/purl / String

Method String

main.go:31–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29type duplicateFlags []string
30
31func (dupes *duplicateFlags) String() string {
32 return ""
33}
34
35func (dupes *duplicateFlags) Set(value string) error {
36 *dupes = append(*dupes, strings.TrimSpace(value))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected