MCPcopy Index your code
hub / github.com/webpack/webpack-dev-server / app.js

File app.js

examples/api/find-ip/app.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import WebpackDevServer from "../../../lib/Server.js";
2
3const logInternalIPs = async () => {
4 const localIPv4 = WebpackDevServer.findIp("v4", false);

Callers

nothing calls this directly

Calls 1

logInternalIPsFunction · 0.85

Tested by

no test coverage detected