Skip to main content

CacheHit

Type Alias CacheHit 

Source
pub type CacheHit = (Vec<Issue>, Vec<(String, u32, u16, u16)>);
Expand description

Cached analysis result returned on a cache hit: issues and reference location tuples (symbol_key, line, col_start, col_end).