MCPcopy Create free account
hub / github.com/cloudquery/cloudquery / sanitized

Function sanitized

plugins/destination/duckdb/client/types.go:205–211  ·  view source on GitHub ↗
(ids []string)

Source from the content-addressed store, hash-verified

203}
204
205func sanitized(ids []string) []string {
206 res := make([]string, len(ids))
207 for i, id := range ids {
208 res[i] = sanitizeID(id)
209 }
210 return res
211}

Callers 3

upsertMethod · 0.85
copyFromFileMethod · 0.85
deleteInsertMethod · 0.85

Calls 1

sanitizeIDFunction · 0.70

Tested by

no test coverage detected