MCPcopy
hub / github.com/webpack/webpack / _getValue

Method _getValue

lib/util/WeakTupleMap.js:186–188  ·  view source on GitHub ↗

* Returns the value stored directly on this trie node. * @returns {V | undefined} stored value

()

Source from the content-addressed store, hash-verified

184 * @returns {V | undefined} stored value
185 */
186 _getValue() {
187 return this.v;
188 }
189
190 /**
191 * Reports whether this trie node currently stores a value.

Callers 3

getMethod · 0.80
provideMethod · 0.80
cachedProvideMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected