MCPcopy Create free account
hub / github.com/Facets-cloud/flow / mustExec

Function mustExec

internal/stats/report_test.go:174–179  ·  view source on GitHub ↗
(t *testing.T, db *sql.DB, q string, args ...any)

Source from the content-addressed store, hash-verified

172}
173
174func mustExec(t *testing.T, db *sql.DB, q string, args ...any) {
175 t.Helper()
176 if _, err := db.Exec(q, args...); err != nil {
177 t.Fatalf("exec: %v", err)
178 }
179}

Callers 3

TestBuildStatsEndToEndFunction · 0.85
TestBuildStatsWindowedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected