MCPcopy Create free account
hub / github.com/CloudOrc/SolidUI / prettyPrintURL

Function prettyPrintURL

solidui-web/scripts/start.js:170–170  ·  view source on GitHub ↗
(newHostname)

Source from the content-addressed store, hash-verified

168 // port
169 const { port } = devServer.server.address()
170 const prettyPrintURL = (newHostname) => url.format({ protocol, hostname: newHostname, port, pathname: "/" });
171
172 const isSuccessful = !statsData.errors.length && !statsData.warnings.length;
173 if (isSuccessful) {

Callers 1

webpackServeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected