MCPcopy Create free account
hub / github.com/Facets-cloud/flow / String

Method String

internal/app/update.go:321–326  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

319type stringSliceFlag []string
320
321func (s *stringSliceFlag) String() string {
322 if s == nil {
323 return ""
324 }
325 return strings.Join(*s, ",")
326}
327
328func (s *stringSliceFlag) Set(v string) error {
329 *s = append(*s, v)

Callers 15

TestTable_AlignedColumnsFunction · 0.80
TestRenderJSONFunction · 0.80
TestRenderTSVFunction · 0.80
RenderMethod · 0.80
renderToStringFunction · 0.80
cmdDoFunction · 0.80
TestRenderCardHTMLFunction · 0.80
bgAgentsJSONFunction · 0.80
ownerNextFunction · 0.80
ownerListFunction · 0.80

Calls

no outgoing calls

Tested by 12

TestTable_AlignedColumnsFunction · 0.64
TestRenderJSONFunction · 0.64
TestRenderTSVFunction · 0.64
renderToStringFunction · 0.64
TestRenderCardHTMLFunction · 0.64
bgAgentsJSONFunction · 0.64
captureStderrFunction · 0.64
captureShowStdoutFunction · 0.64