Skip to main content

get_node_degree

Function get_node_degree 

Source
pub async fn get_node_degree(
    __arg0: Path<(String, u64)>,
    __arg1: State<Arc<AppState>>,
) -> Result<Json<DegreeResponse>, (StatusCode, Json<ErrorResponse>)>
Expand description

Get the degree (in and out) of a specific node.