| 11 | ) |
| 12 | |
| 13 | type testFullTracer struct{} |
| 14 | |
| 15 | func (tt *testFullTracer) TraceQueryStart(ctx context.Context, conn *pgx.Conn, data pgx.TraceQueryStartData) context.Context { |
| 16 | return ctx |
nothing calls this directly
no outgoing calls
no test coverage detected