Skip to main content

gather_functions

Function gather_functions 

Source
fn gather_functions(
    prefix: &PrefixContext<'_>,
) -> Vec<CompletionCandidate<'static>>
Expand description

Gather function candidates from the static function registry. Only offered when dots == 0 (unqualified context).