Function graphannis_capi::graph::annis_graph_outgoing_edges[][src]

#[no_mangle]pub extern "C" fn annis_graph_outgoing_edges(
    g: *const AnnotationGraph,
    source: NodeID,
    component: *const AnnotationComponent
) -> *mut Vec<Edge>

Return a vector of all outgoing edges for the graph g, the source node and the given component.