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)
| 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 | } |
no outgoing calls
no test coverage detected