component_debug::cli::graph

Function graph_cmd

Source
pub async fn graph_cmd<W: Write>(
    filter: Option<GraphFilter>,
    orientation: GraphOrientation,
    realm_query: RealmQueryProxy,
    writer: W,
) -> Result<()>