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

Method _fill_cache

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

Source from the content-addressed store, hash-verified

681 return clone
682
683 def _fill_cache(self, start, end):
684 query_fields = set(self._internal_fields)
685 query_fields.update(self._fields)
686 kwargs = {"fields": query_fields}
687 return super()._fill_cache(start, end, **kwargs)
688
689 def post_process_results(self, results):
690 to_cache = []

Callers

nothing calls this directly

Calls 2

updateMethod · 0.45
_fill_cacheMethod · 0.45

Tested by

no test coverage detected