gotools/gopls/internal/golang/completion/fuzz.go

// if we find fuzz completions, then return true, as those are the only completions to offer
func (c *completer) fuzz(testingF types.Type, imp *importInfo, cb func(candidate)) bool {}