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

Method start

lib/Server.js:3516–3519  ·  view source on GitHub ↗

* @returns {Promise }

()

Source from the content-addressed store, hash-verified

3514 * @returns {Promise<void>}
3515 */
3516 async start() {
3517 await this.setup();
3518 await this.listen();
3519 }
3520
3521 /**
3522 * @private

Callers 15

startCallbackMethod · 0.95
bundle.test.jsFile · 0.80
setupFunction · 0.80
mime-types.test.jsFile · 0.80
target.test.jsFile · 0.80
entry.test.jsFile · 0.80
client.test.jsFile · 0.80

Calls 2

setupMethod · 0.95
listenMethod · 0.95

Tested by 1

setupFunction · 0.64