(&self)
| 226 | /// Internal: returns a mutable pointer to the metadata for FFI calls. |
| 227 | #[inline] |
| 228 | pub(crate) fn metadata_ptr(&self) -> *mut Utf8CaseInsensitiveNeedleMetadata { |
| 229 | self.metadata.get() |
| 230 | } |
| 231 | } |
| 232 | |
| 233 | // Safety: The metadata is only mutated through FFI during search operations, |
no outgoing calls
no test coverage detected