MCPcopy
hub / github.com/webpack/webpack / getHash

Method getHash

lib/DependencyTemplates.js:59–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

57 }
58
59 getHash() {
60 return this._hash;
61 }
62
63 clone() {
64 const newInstance = new DependencyTemplates(this._hashFunction);

Callers 3

_codeGenerationModuleMethod · 0.45
getModuleHashMethod · 0.45
applyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected