MCPcopy 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
201func sanitizeID(id string) string {
202 return `"` + id + `"`
203}
204
205func sanitized(ids []string) []string {
206 res := make([]string, len(ids))

Callers 8

DeleteStaleMethod · 0.70
sanitizedFunction · 0.70
recreateTableMethod · 0.70
addColumnMethod · 0.70
createTableIfNotExistMethod · 0.70
ReadMethod · 0.70
upsertMethod · 0.70
deleteByPKMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected