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

Function overlay

client-src/index.js:424–431  ·  view source on GitHub ↗

* @param {boolean} value overlay value

(value)

Source from the content-addressed store, hash-verified

422 * @param {boolean} value overlay value
423 */
424 overlay(value) {
425 if (typeof document === "undefined") {
426 return;
427 }
428
429 options.overlay = value;
430 decodeOverlayOptions(options.overlay);
431 },
432 /**
433 * @param {number} value reconnect value
434 */

Callers

nothing calls this directly

Calls 1

decodeOverlayOptionsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…