MCPcopy
hub / github.com/webpack/webpack / clear

Method clear

lib/util/SortableSet.js:77–81  ·  view source on GitHub ↗

* Describes how this clear operation behaves. * @returns {void}

()

Source from the content-addressed store, hash-verified

75 * @returns {void}
76 */
77 clear() {
78 this._invalidateCache();
79 this._invalidateOrderedCache();
80 return super.clear();
81 }
82
83 /**
84 * Sort with a comparer function

Callers 3

sortWithMethod · 0.45
_invalidateCacheMethod · 0.45

Calls 2

_invalidateCacheMethod · 0.95

Tested by

no test coverage detected