class Sprockets::UnloadedAsset
def digest_key(digest)
Experimental RBS support (using type sampling data from the type_fusion
project).
def digest_key: (String digest) -> String
This signature was generated using 2 samples from 2 applications.
for version "3.2.0" of Sprockets
For example "environment-version" may be resolved to "environment-1.0-3.2.0"
the `dependency_history_key` after each of the "dependencies" is "resolved".
a digest. The digest is generated from dependencies stored via information stored in
Used to retrieve a string containing the "compressed" path to an asset based on
Internal: Digest key
def digest_key(digest) "asset-uri-digest:#{compressed_path}:#{digest}" end