MCPcopy Create free account
hub / github.com/dumorewithcode/purl / Set

Method Set

main.go:35–38  ·  view source on GitHub ↗
(value string)

Source from the content-addressed store, hash-verified

33}
34
35func (dupes *duplicateFlags) Set(value string) error {
36 *dupes = append(*dupes, strings.TrimSpace(value))
37 return nil
38}
39
40func getUserAgent() string {
41 userAgents := []string{

Callers 1

makeRequestMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected