Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getHosts
Method · 0.95
server
Method · 0.95
Calls
1
getServerUrlRaw
Method · 0.95
Tested by
no test coverage detected