MCPcopy
hub / github.com/webpack/webpack / digestNonNumericOnly

Function digestNonNumericOnly

lib/util/nonNumericOnlyHash.js:34–35  ·  view source on GitHub ↗
(hash, hashDigest, hashDigestLength)

Source from the content-addressed store, hash-verified

32 * @returns {string} content hash string
33 */
34const digestNonNumericOnly = (hash, hashDigest, hashDigestLength) =>
35 nonNumericOnlyHash(hash.digest(hashDigest), hashDigestLength);
36
37/**
38 * Digests a hash, returning both the truncated content-hash string and the full

Callers 3

computeContentHashMethod · 0.85
getLocalIdentFunction · 0.85

Calls 2

nonNumericOnlyHashFunction · 0.85
digestMethod · 0.45

Tested by

no test coverage detected