| 566 | |
| 567 | |
| 568 | char * |
| 569 | TryGetCancelIndexBuildQuery(int32_t indexId, char cmdType) |
| 570 | { |
| 571 | if (try_get_cancel_index_build_query_hook != NULL) |
| 572 | { |
| 573 | return try_get_cancel_index_build_query_hook(indexId, cmdType); |
| 574 | } |
| 575 | |
| 576 | return NULL; |
| 577 | } |
| 578 | |
| 579 | |
| 580 | bool |
no outgoing calls
no test coverage detected