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

Method Set

internal/app/update.go:328–331  ·  view source on GitHub ↗
(v string)

Source from the content-addressed store, hash-verified

326}
327
328func (s *stringSliceFlag) Set(v string) error {
329 *s = append(*s, v)
330 return nil
331}
332
333// isValidStatus checks the task status enum.
334func isValidStatus(s string) bool {

Callers 2

OpenDBFunction · 0.80
openConcurrentDBFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected