Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MigoXLab/coderio
/ buildDevServerUrl
Function
buildDevServerUrl
src/nodes/validation/constants.ts:77–79 ·
view source on GitHub ↗
(port: number)
Source
from the content-addressed store, hash-verified
75
* Builds the default dev server URL from a port number.
76
*/
77
export
function
buildDevServerUrl(port: number): string {
78
return
`http:
//localhost:${port}`;
79
}
Callers
1
start
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected