| 61 | } |
| 62 | |
| 63 | type testCopyTracer struct{} |
| 64 | |
| 65 | func (tt *testCopyTracer) TraceQueryStart(ctx context.Context, conn *pgx.Conn, data pgx.TraceQueryStartData) context.Context { |
| 66 | return ctx |
nothing calls this directly
no outgoing calls
no test coverage detected