MCPcopy Create free account
hub / github.com/binux/qiandao / serverBase

Function serverBase

web/static/components/angularjs/angular.js:9188–9190  ·  view source on GitHub ↗
(url)

Source from the content-addressed store, hash-verified

9186
9187/* return the server only (scheme://host:port) */
9188function serverBase(url) {
9189 return url.substring(0, url.indexOf('/', url.indexOf('//') + 2));
9190}
9191
9192
9193/**

Callers 1

$LocationProviderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected