MCPcopy Index your code
hub / github.com/django-haystack/django-haystack / _fill_cache

Method _fill_cache

haystack/query.py:710–714  ·  view source on GitHub ↗
(self, start, end)

Source from the content-addressed store, hash-verified

708 """
709
710 def _fill_cache(self, start, end):
711 query_fields = set(self._internal_fields)
712 query_fields.update(self._fields)
713 kwargs = {"fields": query_fields}
714 return super(ValuesListSearchQuerySet, self)._fill_cache(start, end, **kwargs)
715
716 def post_process_results(self, results):
717 to_cache = []

Callers

nothing calls this directly

Calls 2

updateMethod · 0.45
_fill_cacheMethod · 0.45

Tested by

no test coverage detected