MCPcopy
hub / github.com/webpack/webpack / beginIdle

Method beginIdle

lib/Cache.js:157–159  ·  view source on GitHub ↗

* Signals that webpack is entering an idle phase and cache backends may flush * or compact pending work. * @returns {void}

()

Source from the content-addressed store, hash-verified

155 * @returns {void}
156 */
157 beginIdle() {
158 this.hooks.beginIdle.call();
159 }
160
161 /**
162 * Signals that webpack is leaving the idle phase and waits for cache

Callers 3

handleErrorMethod · 0.80
_doneMethod · 0.80
finalCallbackMethod · 0.80

Calls 1

callMethod · 0.45

Tested by

no test coverage detected