Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nikivdev/go
/ String
Method
String
cli/spec/main.go:74–76 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
72
type
stringListFlag []string
73
74
func
(s *stringListFlag) String() string {
75
return
strings.Join(*s,
","
)
76
}
77
78
func
(s *stringListFlag) Set(value string) error {
79
*s = append(*s, value)
Callers
15
listGitBranches
Function · 0.80
listListeningProcesses
Function · 0.80
clipboardPullRequestRef
Function · 0.80
RunCLI
Function · 0.80
readInstructions
Function · 0.80
runPRDiff
Function · 0.80
generateCommitMessage
Function · 0.80
runSmartCherryPick
Function · 0.80
listListeningProcesses
Function · 0.80
runDiffDirect
Function · 0.80
runPrompt
Function · 0.80
runExec
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected