Skip to main content

render_graph_canvas

Function render_graph_canvas 

Source
pub fn render_graph_canvas(
    view: &GraphView<'_>,
    selected_step_index: i64,
    at_latest_step: bool,
    now_ms: i64,
    node_style: GraphNodeStyle,
) -> Option<CharCanvas>
Expand description

Render only the graph canvas for callers that do not need hit regions.