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

Function haystack_get_model

haystack/utils/app_loading.py:33–34  ·  view source on GitHub ↗
(app_label, model_name)

Source from the content-addressed store, hash-verified

31
32
33def haystack_get_model(app_label, model_name):
34 return apps.get_model(app_label, model_name)

Callers 6

get_modelsMethod · 0.90
_get_modelMethod · 0.90
renderMethod · 0.90
_process_resultsMethod · 0.90
_process_resultsMethod · 0.90
_process_resultsMethod · 0.90

Calls 1

get_modelMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…