annis_graph_annotations_for_node

Function annis_graph_annotations_for_node 

Source
#[unsafe(no_mangle)]
pub extern "C" fn annis_graph_annotations_for_node( g: *const AnnotationGraph, node: NodeID, err: *mut *mut ErrorList, ) -> *mut Vec<Annotation>
Expand description

Return a vector of all annotations for the given node in the graph g.

  • err - Pointer to a list of errors. If any error occured, this list will be non-empty.