pub fn handle_visualize(
_state: &ServerState,
params: VisualizeParams,
) -> Result<Option<String>>
Expand description
Returns a String of the GraphViz DOT representation of a graph.
pub fn handle_visualize(
_state: &ServerState,
params: VisualizeParams,
) -> Result<Option<String>>
Returns a String of the GraphViz DOT representation of a graph.