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

Function close

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

Source from the content-addressed store, hash-verified

590 log.error(error);
591 },
592 close() {
593 log.info("Disconnected!");
594
595 if (options.overlay) {
596 overlay.send({ type: "DISMISS" });
597 }
598
599 sendMessage("Close");
600 },
601};
602
603/**

Callers

nothing calls this directly

Calls 1

infoMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…