MCPcopy Index your code
hub / github.com/cloudquery/cloudquery / identifier

Function identifier

plugins/destination/mysql/client/schema.go:12–14  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

10)
11
12func identifier(name string) string {
13 return fmt.Sprintf("`%s`", name)
14}
15
16const columnQuery = `SELECT
17cols.COLUMN_NAME,

Callers 7

addColumnMethod · 0.70
dropIndexMethod · 0.70
createTableMethod · 0.70
dropTableMethod · 0.70
DeleteStaleMethod · 0.70
ReadMethod · 0.70
getInsertQueryBuildFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected