Skip to main content

gather_columns

Function gather_columns 

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

Gather column candidates from dependency objects via the types cache.