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).
fn gather_functions(
prefix: &PrefixContext<'_>,
) -> Vec<CompletionCandidate<'static>>Gather function candidates from the static function registry.
Only offered when dots == 0 (unqualified context).