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

Function isNoSeparatorRequired

backend/plugin/parser/mysql/completion.go:75–81  ·  view source on GitHub ↗
(tokenType int)

Source from the content-addressed store, hash-verified

73}
74
75func isNoSeparatorRequired(tokenType int) bool {
76 switch tokenType {
77 case '.', '(', ')', ',', ';', '=', '<', '>', '+', '-', '*', '/', '%', '^', '~', '!', '@':
78 return true
79 }
80 return false
81}
82
83type Completer struct {
84 ctx context.Context

Callers 1

completionMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected