MCPcopy
hub / github.com/webpack/webpack / step3

Function step3

test/WatchDetection.test.js:150–155  ·  view source on GitHub ↗

* @returns {void}

()

Source from the content-addressed store, hash-verified

148 * @returns {void}
149 */
150 function step3() {
151 if (invalidate) watcher.invalidate();
152 fs.writeFile(file2Path, "wrong", "utf8", handleError);
153
154 setTimeout(step4, changeTimeout);
155 }
156
157 /**
158 * @returns {void}

Callers

nothing calls this directly

Calls 2

invalidateMethod · 0.65
writeFileMethod · 0.45

Tested by

no test coverage detected