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

Function wrap

plugins/destination/mssql/client/read.go:40–46  ·  view source on GitHub ↗
(arr []any)

Source from the content-addressed store, hash-verified

38}
39
40func wrap(arr []any) []any {
41 res := make([]any, len(arr))
42 for i := range res {
43 res[i] = &arr[i]
44 }
45 return res
46}

Callers 1

ReadMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected