Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/tj/node-prune
/ String
Method
String
main.go:23–25 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
21
type
arrayFlags []string
22
23
func
(i *arrayFlags) String() string {
24
return
strings.Join(*i,
", "
)
25
}
26
27
func
(i *arrayFlags) Set(value string) error {
28
*i = append(*i, value)
Callers
1
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected