(ctx context.Context, conn *Conn, data TraceCopyFromEndData)
| 57 | TraceCopyFromStart(ctx context.Context, conn *Conn, data TraceCopyFromStartData) context.Context |
| 58 | |
| 59 | TraceCopyFromEnd(ctx context.Context, conn *Conn, data TraceCopyFromEndData) |
| 60 | } |
| 61 | |
| 62 | type TraceCopyFromStartData struct { |
no outgoing calls
no test coverage detected