(&self)
| 300 | /// Returns whether duplicate IDs are allowed. |
| 301 | #[inline] |
| 302 | pub fn allow_duplicate_ids(&self) -> bool { |
| 303 | self.allow_duplicate_ids |
| 304 | } |
| 305 | |
| 306 | /// Returns whether reverse indexes should be updated. |
| 307 | #[inline] |
no outgoing calls