MCPcopy
hub / github.com/webpack/webpack / _deleteValue

Method _deleteValue

lib/util/WeakTupleMap.js:211–214  ·  view source on GitHub ↗

* Removes the value stored directly on this trie node.

()

Source from the content-addressed store, hash-verified

209 * Removes the value stored directly on this trie node.
210 */
211 _deleteValue() {
212 this.f &= 6;
213 this.v = undefined;
214 }
215
216 /**
217 * Returns the child node for a tuple element without creating one.

Callers 1

deleteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected