get_graph

Function get_graph 

Source
pub async fn get_graph(
    __arg0: State<DebugController>,
    __arg1: Path<(String, String, String, String)>,
) -> Result<Json<GraphResponse>, StatusCode>
Available on crate feature server only.