{#- Inspect-panel fragment for the /graph canvas's node click: one symbol's identity, callers, callees, and the impact view with affected tests, fetched by app.js via htmx.ajax (HX-Request rides the call) and swapped into #graph-panel. Extends no base — the canvas script is the only client; a request without the header still gets the JSON payload the panel predates. Neighbor rows deep-link into the symbol-focused graph view. -#} {% import "_links.html" as links with context %} {% if found %}
{{ where }}
{% endif %} {% if same_name_count and same_name_count > 1 %}{{ same_name_count }} same-name definitions — showing the first
{% endif %} {% if symbol.docstring %}{{ symbol.docstring }}
{% endif %}more callers not shown
{% endif %}more callees not shown
{% endif %}no definition of '{{ name }}' in the index
{% endif %}