Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
205
func
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
upsert
Method · 0.85
copyFromFile
Method · 0.85
deleteInsert
Method · 0.85
Calls
1
sanitizeID
Function · 0.70
Tested by
no test coverage detected