Function node_file_trace

Source
pub async fn node_file_trace(
    project_root: RcStr,
    input: RcStr,
    graph: bool,
    show_issues: bool,
    max_depth: Option<usize>,
) -> Result<()>