{% extends "base.html" %} {% block title %}Items — Rust Analyzer{% endblock %} {% block topbar_title %}Code Items{% endblock %} {% block content %}
| ID | Kind | Name | Visibility | Target | Signature | CC | Location | |
|---|---|---|---|---|---|---|---|---|
| {{ row.id }} | {{ row.kind }} | {{ row.name }} | {{ row.visibility or '' }} | {{ row.target or '' }} | {{ row.cyclomatic_complexity or '' }} | {{ row.file_path }}:{{ row.start_line }} | ||
| No items found | ||||||||