Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
35
func
(dupes *duplicateFlags) Set(value string) error {
36
*dupes = append(*dupes, strings.TrimSpace(value))
37
return
nil
38
}
39
40
func
getUserAgent() string {
41
userAgents := []string{
Callers
1
makeRequest
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected