MCPcopy Create free account
hub / github.com/diillson/chatcli / String

Method String

plugins-examples/chatcli-dockerrun/main.go:15–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13type stringslice []string
14
15func (s *stringslice) String() string {
16 return strings.Join(*s, ",")
17}
18
19func (s *stringslice) Set(value string) error {
20 *s = append(*s, value)

Callers 15

mainFunction · 0.45
searchArticlesFunction · 0.45
mainFunction · 0.45
handleKMSInfoFunction · 0.45
handleCreateFunction · 0.45
handleDeleteFunction · 0.45
handleCleanupFunction · 0.45
DefineEKSInfrastructureFunction · 0.45
toStringArrayFunction · 0.45
cleanupS3BucketMethod · 0.45
emptyBucketObjectsMethod · 0.45
emptyBucketVersionsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected