Skip to main content

get_call_tree

Function get_call_tree 

Source
async fn get_call_tree(
    data: Data<Mutex<CodePropertyGraph>>,
    query: Query<CallTreeQuery>,
) -> HttpResponse
Expand description

Return a call tree (or forest) starting from the requested root.

  • root = "*" returns a forest of all top‑level functions (those with no incoming calls).
  • Otherwise a single tree is built from the named function.