MCPcopy Create free account
hub / github.com/CovenantSQL/CovenantSQL / Set

Method Set

cmd/cql/internal/create.go:74–77  ·  view source on GitHub ↗

Set is a function in List struct for flag usage.

(raw string)

Source from the content-addressed store, hash-verified

72
73// Set is a function in List struct for flag usage.
74func (l *List) Set(raw string) error {
75 l.Values = strings.Split(raw, ",")
76 return nil
77}
78
79// Get is a function in List struct for flag usage.
80func (l *List) Get() interface{} { return List(*l) }

Callers 1

addJacobianMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected