MCPcopy Index your code
hub / github.com/ArchiveBox/ArchiveBox / get_context_data

Method get_context_data

archivebox/core/views.py:217–223  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

215 ordering = ['-added']
216
217 def get_context_data(self, **kwargs):
218 return {
219 **super().get_context_data(**kwargs),
220 'VERSION': VERSION,
221 'COMMIT_HASH': COMMIT_HASH,
222 'FOOTER_INFO': FOOTER_INFO,
223 }
224
225 def get_queryset(self, **kwargs):
226 qs = super().get_queryset(**kwargs)

Callers

nothing calls this directly

Calls 1

get_context_dataMethod · 0.45

Tested by

no test coverage detected