MCPcopy
hub / github.com/django/django / hash_key

Method hash_key

django/contrib/staticfiles/storage.py:466–467  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

464 return name.replace("\\", "/")
465
466 def hash_key(self, name):
467 return name
468
469 def _stored_name(self, name, hashed_files):
470 # Normalize the path to avoid multiple names for the same file like

Callers 4

_post_processMethod · 0.95
_stored_nameMethod · 0.95
stored_nameMethod · 0.95
stored_nameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected