Function mentat_ffi::store_cache_attribute_reverse [] [src]

#[no_mangle]
pub unsafe extern "C" fn store_cache_attribute_reverse(
    store: *mut Store,
    attribute: *const c_char,
    error: *mut ExternError
)

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).