MCPcopy
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

72type stringListFlag []string
73
74func (s *stringListFlag) String() string {
75 return strings.Join(*s, ",")
76}
77
78func (s *stringListFlag) Set(value string) error {
79 *s = append(*s, value)

Callers 15

listGitBranchesFunction · 0.80
listListeningProcessesFunction · 0.80
clipboardPullRequestRefFunction · 0.80
RunCLIFunction · 0.80
readInstructionsFunction · 0.80
runPRDiffFunction · 0.80
generateCommitMessageFunction · 0.80
runSmartCherryPickFunction · 0.80
listListeningProcessesFunction · 0.80
runDiffDirectFunction · 0.80
runPromptFunction · 0.80
runExecFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected