MCPcopy
hub / github.com/webpack/webpack / usesFullHashWithDigest

Function usesFullHashWithDigest

lib/RuntimePlugin.js:136–137  ·  view source on GitHub ↗
(template)

Source from the content-addressed store, hash-verified

134 * @returns {boolean} true when it references `[fullhash:<digest>]`/`[hash:<digest>]`
135 */
136const usesFullHashWithDigest = (template) =>
137 FULLHASH_DIGEST_REGEXP.test(template);
138
139const PLUGIN_NAME = "RuntimePlugin";
140

Callers 1

applyMethod · 0.85

Calls 1

testMethod · 0.45

Tested by

no test coverage detected