MCPcopy
hub / github.com/jackc/pgx / TraceAcquireEnd

Method TraceAcquireEnd

multitracer/tracer.go:142–146  ·  view source on GitHub ↗
(ctx context.Context, pool *pgxpool.Pool, data pgxpool.TraceAcquireEndData)

Source from the content-addressed store, hash-verified

140}
141
142func (t *Tracer) TraceAcquireEnd(ctx context.Context, pool *pgxpool.Pool, data pgxpool.TraceAcquireEndData) {
143 for _, tracer := range t.PoolAcquireTracers {
144 tracer.TraceAcquireEnd(ctx, pool, data)
145 }
146}
147
148func (t *Tracer) TraceRelease(pool *pgxpool.Pool, data pgxpool.TraceReleaseData) {
149 for _, tracer := range t.PoolReleaseTracers {

Callers

nothing calls this directly

Calls 1

TraceAcquireEndMethod · 0.65

Tested by

no test coverage detected