Skip to main content

ReadonlyRoots

Type Alias ReadonlyRoots 

Source
pub type ReadonlyRoots = Arc<Mutex<Vec<IndexState>>>;
Expand description

Shared cell holding the read-only secondary indexes. Each entry is a fully-built IndexState anchored at one dependency root. Empty until hostlib_code_index_add_readonly_roots is called.

Aliased Typeยง

pub struct ReadonlyRoots { /* private fields */ }