MCPcopy
hub / github.com/webpack/webpack-dev-server / ok

Function ok

client-src/index.js:482–490  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

480 sendMessage("StillOk");
481 },
482 ok() {
483 sendMessage("Ok");
484
485 if (options.overlay) {
486 overlay.send({ type: "DISMISS" });
487 }
488
489 reloadApp(options, status);
490 },
491 /**
492 * @param {string} file changed file
493 */

Callers

nothing calls this directly

Calls 1

reloadAppFunction · 0.85

Tested by

no test coverage detected