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

Method TracePrepareStart

tracer.go:76–76  ·  view source on GitHub ↗

TracePrepareStart is called at the beginning of Prepare calls. The returned context is used for the rest of the call and will be passed to TracePrepareEnd.

(ctx context.Context, conn *Conn, data TracePrepareStartData)

Source from the content-addressed store, hash-verified

74 // TracePrepareStart is called at the beginning of Prepare calls. The returned context is used for the
75 // rest of the call and will be passed to TracePrepareEnd.
76 TracePrepareStart(ctx context.Context, conn *Conn, data TracePrepareStartData) context.Context
77
78 TracePrepareEnd(ctx context.Context, conn *Conn, data TracePrepareEndData)
79}

Callers 2

PrepareMethod · 0.65
TracePrepareStartMethod · 0.65

Implementers 4

testTracertracer_test.go
TraceLogtracelog/tracelog.go
testFullTracermultitracer/tracer_test.go
Tracermultitracer/tracer.go

Calls

no outgoing calls

Tested by

no test coverage detected