{% extends "base.html" %} {% block title %}Call Graph — Rust Analyzer{% endblock %} {% block topbar_title %}Call Graph{% endblock %} {% block head %} {% endblock %} {% block content %}
{{ title }} {{ node_count }} nodes, {{ edge_count }} edges
{% if node_count > 400 %}
Large graph: try narrowing with a --root function or unchecking "Show external" to reduce clutter.
{% endif %} {% endblock %} {% block scripts %} {% endblock %}