Skip to main content

open_social_graph_store_with_storage

Function open_social_graph_store_with_storage 

Source
pub fn open_social_graph_store_with_storage(
    data_dir: &Path,
    store: Arc<StorageRouter>,
    mapsize_bytes: Option<u64>,
) -> Result<Arc<SocialGraphStore>>