(hash, hashDigest, hashDigestLength)
| 32 | * @returns {string} content hash string |
| 33 | */ |
| 34 | const 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 |
no test coverage detected