| 2407 | |
| 2408 | |
| 2409 | inline static bool |
| 2410 | IsOptionsKeyOrderedIndex(const char *key) |
| 2411 | { |
| 2412 | return strcmp(key, "enableCompositeTerm") == 0 || |
| 2413 | strcmp(key, "enableOrderedIndex") == 0; |
| 2414 | } |
| 2415 | |
| 2416 | |
| 2417 | bool |
no outgoing calls
no test coverage detected