returns true if index doesn't contains any pending changes
| 565 | |
| 566 | // returns true if index doesn't contains any pending changes |
| 567 | bool Index_Enabled |
| 568 | ( |
| 569 | const Index idx // index to get state of |
| 570 | ) { |
| 571 | ASSERT(idx != NULL); |
| 572 | |
| 573 | return idx->pending_changes == 0; |
| 574 | } |
| 575 | |
| 576 | // returns RediSearch index |
| 577 | RSIndex *Index_RSIndex |
no outgoing calls
no test coverage detected