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

Function TestWriteManyRows

plugins/destination/mysql/client/client_test.go:90–93  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

88}
89
90func TestWriteManyRows(t *testing.T) {
91 err := writeManyRows()
92 require.NoError(t, err)
93}

Callers

nothing calls this directly

Calls 1

writeManyRowsFunction · 0.85

Tested by

no test coverage detected