Skip to main content

read_nodes_limited

Function read_nodes_limited 

Source
pub fn read_nodes_limited(
    conn: &Connection,
    limit: usize,
) -> Result<Vec<GraphNode>>
Expand description

Read nodes with optional limit, ordered by updated DESC.