()
| 1131 | |
| 1132 | @profiling.function_call_count(warmup=1) |
| 1133 | def go(): |
| 1134 | q2 = q.options(opts) |
| 1135 | context.query = q2 |
| 1136 | context.attributes = q2._attributes = { |
| 1137 | "_unbound_load_dedupes": set() |
| 1138 | } |
| 1139 | for opt in q2._with_options: |
| 1140 | opt.process_compile_state(context) |
| 1141 | |
| 1142 | go() |
| 1143 |
nothing calls this directly
no test coverage detected