Skip to main content

PROJECT_INDEX

Constant PROJECT_INDEX 

Source
const PROJECT_INDEX: LocalKey<RefCell<Option<(usize, Rc<ProjectIndex>)>>>;
Expand description

Project index keyed by the HIR address, which is stable for the whole lint run, so the index is built once instead of once per contract.