MCPcopy Create free account
hub / github.com/apache/cloudstack / composeProtocolHostPort

Function composeProtocolHostPort

tools/ngui/static/js/lib/angular.js:5082–5084  ·  view source on GitHub ↗
(protocol, host, port)

Source from the content-addressed store, hash-verified

5080
5081
5082function composeProtocolHostPort(protocol, host, port) {
5083 return protocol + '://' + host + (port == DEFAULT_PORTS[protocol] ? '' : ':' + port);
5084}
5085
5086
5087function pathPrefixFromBase(basePath) {

Callers 5

convertToHtml5UrlFunction · 0.85
convertToHashbangUrlFunction · 0.85
LocationUrlFunction · 0.85
LocationHashbangUrlFunction · 0.85
$LocationProviderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected