MCPcopy Create free account
hub / github.com/11ty/dev-server / getServerUrl

Method getServerUrl

server.js:798–800  ·  view source on GitHub ↗
(host, pathname = "")

Source from the content-addressed store, hash-verified

796 }
797
798 getServerUrl(host, pathname = "") {
799 return this.getServerUrlRaw(host, pathname, false);
800 }
801
802 async getPort() {
803 return new Promise(resolve => {

Callers 2

getHostsMethod · 0.95
serverMethod · 0.95

Calls 1

getServerUrlRawMethod · 0.95

Tested by

no test coverage detected