MCPcopy
hub / github.com/webpack/webpack / _hasValue

Method _hasValue

lib/util/WeakTupleMap.js:194–196  ·  view source on GitHub ↗

* Reports whether this trie node currently stores a value. * @returns {boolean} true when a value is present

()

Source from the content-addressed store, hash-verified

192 * @returns {boolean} true when a value is present
193 */
194 _hasValue() {
195 return (this.f & 1) === 1;
196 }
197
198 /**
199 * Stores a value directly on this trie node.

Callers 3

hasMethod · 0.80
provideMethod · 0.80
cachedProvideMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected