c4db_scopeNames

Function c4db_scopeNames 

Source
pub unsafe extern "C" fn c4db_scopeNames(
    db: *mut C4Database,
    outError: *mut C4Error,
) -> FLMutableArray
Expand description

Returns the names of all existing scopes, in the order in which they were created. @note You are responsible for releasing the returned Fleece array.