MCPcopy
hub / github.com/webpack/webpack / _setValue

Method _setValue

lib/util/WeakTupleMap.js:203–206  ·  view source on GitHub ↗

* Stores a value directly on this trie node. * @param {V} v value * @private

(v)

Source from the content-addressed store, hash-verified

201 * @private
202 */
203 _setValue(v) {
204 this.f |= 1;
205 this.v = v;
206 }
207
208 /**
209 * Removes the value stored directly on this trie node.

Callers 3

setMethod · 0.80
provideMethod · 0.80
cachedProvideMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected