Function graphannis_capi::graph::annis_graph_all_components

source ยท
#[no_mangle]
pub extern "C" fn annis_graph_all_components(
    g: *const AnnotationGraph
) -> *mut Vec<AnnotationComponent>
Expand description

Return a vector of all components for the graph g.