MCPcopy Create free account
hub / github.com/ashvardanian/StringZilla / metadata_ptr

Method metadata_ptr

rust/stringzilla.rs:228–230  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

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,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected