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

Function MySQLPrependBytebaseAppComment

backend/plugin/db/util/driverutil.go:210–212  ·  view source on GitHub ↗
(statement string)

Source from the content-addressed store, hash-verified

208}
209
210func MySQLPrependBytebaseAppComment(statement string) string {
211 return fmt.Sprintf("/*app=bytebase*/ %s", statement)
212}
213
214// ConvertYesNo converts YES/NO to bool.
215func ConvertYesNo(s string) (bool, error) {

Callers 7

QueryConnMethod · 0.92
QueryConnMethod · 0.92
QueryConnMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected