MCPcopy Create free account
hub / github.com/bytebase/bytebase / normalizeCompletionIdentifier

Function normalizeCompletionIdentifier

backend/plugin/parser/tsql/completion.go:1937–1940  ·  view source on GitHub ↗
(identifier string)

Source from the content-addressed store, hash-verified

1935}
1936
1937func normalizeCompletionIdentifier(identifier string) string {
1938 original, _ := NormalizeTSQLIdentifierText(unquoteDoubleQuoted(identifier))
1939 return original
1940}
1941
1942func (c *Completer) lookupCTEColumns(table string) []string {
1943 for _, cte := range c.cteTables {

Calls 2

unquoteDoubleQuotedFunction · 0.85

Tested by

no test coverage detected