Skip to main content

gather_objects

Function gather_objects 

Source
fn gather_objects<'a>(
    ctx: &CompletionContext<'a>,
    project_cache: &ProjectCache,
    types_lock: &Types,
) -> Vec<CompletionCandidate<'a>>
Expand description

Gather object candidates from project objects and external dependencies.