lgraph_api_graph_db_is_edge_indexed

Function lgraph_api_graph_db_is_edge_indexed 

Source
pub unsafe extern "C" fn lgraph_api_graph_db_is_edge_indexed(
    graphdb: *mut lgraph_api_graph_db_t,
    label: *const c_char,
    field: *const c_char,
    errptr: *mut *mut c_char,
) -> bool