Function mentat_ffi::store_cache_attribute_reverse [] [src]

#[no_mangle]
pub extern "C" fn store_cache_attribute_reverse(
    store: *mut Store,
    attribute: *const c_char
) -> *mut ExternResult

Adds an attribute to the cache. store_cache_attribute_reverse caches entities for an attribute keyed by value. (i.e. find entities that have a particular value for an attribute).