Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
49
func
(c Candidate) String() string {
50
return
fmt.Sprintf(
"%s (%s) %s"
, c.Text, c.Type, c.Definition)
51
}
52
53
type
TableReference
interface
{
54
isTableReference()
Callers
1
Completion
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected