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

Function doOneRound

output/sqlite_test.go:70–72  ·  view source on GitHub ↗
(t *testing.T, path string, raw bool)

Source from the content-addressed store, hash-verified

68func TestSQLiteNewSQLiteRawWriter(t *testing.T) { makeWriter(t, true, ":memory:", false) }
69
70func doOneRound(t *testing.T, path string, raw bool) {
71 doOneRoundTruncate(t, path, false, raw)
72}
73
74func doOneRoundTruncate(t *testing.T, path string, truncate, raw bool) {
75 t.Helper()

Callers 3

testSQLiteInsertRowsFunction · 0.85
TestSQLiteNoTruncateFunction · 0.85
TestSQLiteTruncateFunction · 0.85

Calls 1

doOneRoundTruncateFunction · 0.85

Tested by

no test coverage detected