MCPcopy Create free account
hub / github.com/AdRoll/baker / TestSQLiteRawInsertRows

Function TestSQLiteRawInsertRows

output/sqlite_test.go:158–158  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

156func TestSQLiteInsertRows(t *testing.T) { testSQLiteInsertRows(t, false) }
157
158func TestSQLiteRawInsertRows(t *testing.T) { testSQLiteInsertRows(t, true) }
159
160func testSQLiteInsertRows(t *testing.T, raw bool) {
161 // This test tests that the lines fed into the output actually

Callers

nothing calls this directly

Calls 1

testSQLiteInsertRowsFunction · 0.85

Tested by

no test coverage detected