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

Method TraceCopyFromStart

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

TraceCopyFromStart is called at the beginning of CopyFrom calls. The returned context is used for the rest of the call and will be passed to TraceCopyFromEnd.

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

Source from the content-addressed store, hash-verified

55 // TraceCopyFromStart is called at the beginning of CopyFrom calls. The returned context is used for the
56 // rest of the call and will be passed to TraceCopyFromEnd.
57 TraceCopyFromStart(ctx context.Context, conn *Conn, data TraceCopyFromStartData) context.Context
58
59 TraceCopyFromEnd(ctx context.Context, conn *Conn, data TraceCopyFromEndData)
60}

Callers 2

runMethod · 0.65
TraceCopyFromStartMethod · 0.65

Implementers 5

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

Calls

no outgoing calls

Tested by

no test coverage detected