Skip to main content

script_ref_name

Function script_ref_name 

Source
pub fn script_ref_name(db: &dyn Db, sref: ScriptRefId) -> Option<SmolStr>
Expand description

The class_name behind a ScriptRef, for display (hover / inlay). Ty::label cannot resolve this on its own — it has only the engine model, not the project registry.