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

Function candidateSummary

backend/plugin/parser/redshift/completion_test.go:753–759  ·  view source on GitHub ↗
(candidates []base.Candidate)

Source from the content-addressed store, hash-verified

751}
752
753func candidateSummary(candidates []base.Candidate) []string {
754 result := make([]string, 0, len(candidates))
755 for _, candidate := range candidates {
756 result = append(result, candidate.String())
757 }
758 return result
759}

Calls 1

StringMethod · 0.65

Tested by

no test coverage detected