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

Method String

cmd/cql/internal/console.go:144–146  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

142}
143
144func (v *varsFlag) String() string {
145 return fmt.Sprintf("%#v", v.vars)
146}
147
148func (v *varsFlag) Set(value string) error {
149 v.vars = append(v.vars, value)

Callers 1

usqlRegisterFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected