()
| 277 | |
| 278 | @profiling.function_call_count(variance=0.15, warmup=1) |
| 279 | def go(): |
| 280 | assert ( |
| 281 | subq.corresponding_column( |
| 282 | src, require_embedded=require_embedded |
| 283 | ) |
| 284 | is target |
| 285 | ) |
| 286 | |
| 287 | go() |
| 288 |
nothing calls this directly
no test coverage detected