Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
136
const
usesFullHashWithDigest = (template) =>
137
FULLHASH_DIGEST_REGEXP.test(template);
138
139
const
PLUGIN_NAME =
"RuntimePlugin"
;
140
Callers
1
apply
Method · 0.85
Calls
1
test
Method · 0.45
Tested by
no test coverage detected