(res: any)
| 655 | } |
| 656 | |
| 657 | const makeOrderByClause = (res: any) => { |
| 658 | return { |
| 659 | expression: toExpression(res), |
| 660 | compareOptions: opts, |
| 661 | } |
| 662 | } |
| 663 | |
| 664 | // Create the new OrderBy structure with expression and direction |
| 665 | const orderByClauses = Array.isArray(result) |
nothing calls this directly
no test coverage detected