| 590 | |
| 591 | |
| 592 | List * |
| 593 | GetShardIndexOids(uint64_t collectionId, Oid indexOid, bool ignoreMissing) |
| 594 | { |
| 595 | if (get_shard_index_oids_hook != NULL) |
| 596 | { |
| 597 | return get_shard_index_oids_hook(collectionId, indexOid, ignoreMissing); |
| 598 | } |
| 599 | |
| 600 | return NIL; |
| 601 | } |
| 602 | |
| 603 | |
| 604 | void |
no outgoing calls
no test coverage detected