Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudquery/cloudquery
/ sanitizeID
Function
sanitizeID
plugins/destination/duckdb/client/types.go:201–203 ·
view source on GitHub ↗
(id string)
Source
from the content-addressed store, hash-verified
199
}
200
201
func
sanitizeID(id string) string {
202
return
`
"` + id + `"
`
203
}
204
205
func
sanitized(ids []string) []string {
206
res := make([]string, len(ids))
Callers
8
DeleteStale
Method · 0.70
sanitized
Function · 0.70
recreateTable
Method · 0.70
addColumn
Method · 0.70
createTableIfNotExist
Method · 0.70
Read
Method · 0.70
upsert
Method · 0.70
deleteByPK
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected