pub fn item_tree<'db>(db: &'db dyn Db, file: FileText) -> Arc<ItemTree>Expand description
The item tree for file (signatures only — the body-edit firewall). Memoized; recomputes
when the parse changes but backdates when the resulting signatures are unchanged.