Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
12
func
identifier(name string) string {
13
return
fmt.Sprintf(
"`%s`"
, name)
14
}
15
16
const
columnQuery = `SELECT
17
cols.COLUMN_NAME,
Callers
7
addColumn
Method · 0.70
dropIndex
Method · 0.70
createTable
Method · 0.70
dropTable
Method · 0.70
DeleteStale
Method · 0.70
Read
Method · 0.70
getInsertQueryBuild
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected