MCPcopy Index your code
hub / github.com/bytebase/bytebase / String

Method String

backend/plugin/parser/base/complete.go:49–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47}
48
49func (c Candidate) String() string {
50 return fmt.Sprintf("%s (%s) %s", c.Text, c.Type, c.Definition)
51}
52
53type TableReference interface {
54 isTableReference()

Callers 1

CompletionFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected